Shades of Geebung #C37C29
Tints of Geebung #C37C29
RGB
CMYK
RGB Variations
Color information
#C37C29 (or 0xC37C29) is known color: Geebung. HEX triplet: C3, 7C and 29. RGB value is (195,124,41). Sum of RGB (Red+Green+Blue) = 195+124+41=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C29 is #3C83D6. Grayscale: #888888. Windows color (decimal): -3965911 or 2718915. OLE color: 2718915.
HSL color Cylindrical-coordinate representation of color #C37C29: hue angle of 32.34º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C37C29 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 41 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.24 |
| HSL | 32.34º | 0.65% | 0.46% | - |
| HSV(B) | 32.34º | 0.79% | 0.76% | - |
| XYZ | 30.11 | 26.18 | 5.56 | - |
| YUV | 135.77 | 74.52 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 41 | 0 | 0.36 | 0.79 | 0.24 | 32.34 | 0.65 | 0.46 |
| Hex | C3 | 7C | 29 | 0 | 24 | 4F | 18 | 20 | 41 | 2E |
| Octal | 303 | 174 | 51 | 0 | 44 | 117 | 30 | 40 | 101 | 56 |
| Binary | 11000011 | 1111100 | 101001 | 0 | 100100 | 1001111 | 11000 | 100000 | 1000001 | 101110 |
Color Harmonies of #C37C29
Complementary color
Monochromatic Colors of #C37C29
Black with #C37C29
Text Example
Text Example
White with #C37C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C29; }
p { color: rgb(195,124,41); }
H1.HeaderClassName
{
color: #C37C29;
}
.AnyTagClassName
{
color: #C37C29;
}
</style>
background-color css
<style>
a { background-color: #C37C29; }
a { background-color: rgb(195,124,41); }
div.DivClassName
{
background-color: #C37C29;
}
.BgClassName
{
background-color: #C37C29;
}
</style>
border-color css
<style>
span { border-color: #C37C29; }
span { border-color: rgb(195,124,41); }
td.TdClassName
{
border-color: #C37C29;
}
.TagClassName
{
border-color: #C37C29;
}
</style>