#C37E31

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

Shades of Geebung #C37E31

Tints of Geebung #C37E31

Color information

#C37E31 (or 0xC37E31) is unknown color: approx Geebung. HEX triplet: C3, 7E and 31. RGB value is (195,126,49). Sum of RGB (Red+Green+Blue) = 195+126+49=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37E31 is #3C81CE. Grayscale: #8A8A8A. Windows color (decimal): -3965391 or 3243715. OLE color: 3243715.

HSL color Cylindrical-coordinate representation of color #C37E31: hue angle of 31.64º 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 #C37E31 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19512649-
CMYK00.350.750.24
HSL31.64º59.84%47.84%-
HSV(B)31.64º74.87%76.47%-
XYZ30.5226.756.46-
YUV137.8577.86168.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.70%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 49 (19.53% from 255) = 13.24%
R=52.70%
G=34.05%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951264900.350.750.2431.6459.8447.84
HexC37E310234B18203c30
Octal3031766104311330407460
Binary1100001111111101100010100011100101111000100000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37E31; }

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

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

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

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

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

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

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

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