#c37c31

Color #C37C31 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C37C31

Tints of Geebung #C37C31

Color information

#C37C31 (or 0xC37C31) is unknown color: approx Geebung. HEX triplet: C3, 7C and 31. RGB value is (195,124,49). Sum of RGB (Red+Green+Blue) = 195+124+49=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C31 is #3C83CE. Grayscale: #898989. Windows color (decimal): -3965903 or 3243203. OLE color: 3243203.

HSL color Cylindrical-coordinate representation of color #C37C31: hue angle of 30.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C37C31 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19512449-
CMYK00.360.750.24
HSL30.82º59.84%47.84%-
HSV(B)30.82º74.87%76.47%-
XYZ30.2726.246.38-
YUV136.6878.52169.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 52.99%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 49 (19.53% from 255) = 13.32%
R=52.99%
G=33.70%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951244900.360.750.2430.8259.8447.84
HexC37C310244B181f3c30
Octal3031746104411330377460
Binary110000111111100110001010010010010111100011111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c37c31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c37c31; }

 p { color: rgb(195,124,49); }

 H1.HeaderClassName
 {
   color: #c37c31;
 }
 .AnyTagClassName
 {
   color: #c37c31;
 }
</style>
background-color css

<style>
 a { background-color: #c37c31; }

 a { background-color: rgb(195,124,49); }

 div.DivClassName
 {
   background-color: #c37c31;
 }
 .BgClassName
 {
   background-color: #c37c31;
 }
</style>
border-color css

<style>
 span { border-color: #c37c31; }

 span { border-color: rgb(195,124,49); }

 td.TdClassName
 {
   border-color: #c37c31;
 }
 .TagClassName
 {
   border-color: #c37c31;
 }
</style>