#C37D2C

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

Shades of Geebung #C37D2C

Tints of Geebung #C37D2C

Color information

#C37D2C (or 0xC37D2C) is unknown color: approx Geebung. HEX triplet: C3, 7D and 2C. RGB value is (195,125,44). Sum of RGB (Red+Green+Blue) = 195+125+44=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D2C is #3C82D3. Grayscale: #898989. Windows color (decimal): -3965652 or 2915779. OLE color: 2915779.

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

Color convert

RGB19512544-
CMYK00.360.770.24
HSL32.19º63.18%46.86%-
HSV(B)32.19º77.44%76.47%-
XYZ30.2926.455.89-
YUV136.775.69169.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.57%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 44 (17.58% from 255) = 12.09%
R=53.57%
G=34.34%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951254400.360.770.2432.1963.1846.86
HexC37D2C0244D18203f2f
Octal3031755404411530407757
Binary1100001111111011011000100100100110111000100000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D2C; }

 p { color: rgb(195,125,44); }

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

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

 a { background-color: rgb(195,125,44); }

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

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

 span { border-color: rgb(195,125,44); }

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