Shades of Geebung #C37D2C
Tints of Geebung #C37D2C
RGB
CMYK
RGB Variations
Color information
#C37D2C (or 0xC37D2C) is known color: 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
| RGB | 195 | 125 | 44 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.24 |
| HSL | 32.19º | 0.63% | 0.47% | - |
| HSV(B) | 32.19º | 0.77% | 0.76% | - |
| XYZ | 30.29 | 26.45 | 5.89 | - |
| YUV | 136.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 44 | 0 | 0.36 | 0.77 | 0.24 | 32.19 | 0.63 | 0.47 |
| Hex | C3 | 7D | 2C | 0 | 24 | 4D | 18 | 20 | 3F | 2F |
| Octal | 303 | 175 | 54 | 0 | 44 | 115 | 30 | 40 | 77 | 57 |
| Binary | 11000011 | 1111101 | 101100 | 0 | 100100 | 1001101 | 11000 | 100000 | 111111 | 101111 |
Color Harmonies of #C37D2C
Complementary color
Monochromatic Colors of #C37D2C
Black with #C37D2C
Text Example
Text Example
White with #C37D2C
Text Example
Text Example
HTML Codes & Css Web 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>