Shades of Geebung #C4812F
Tints of Geebung #C4812F
RGB
CMYK
RGB Variations
Color information
#C4812F (or 0xC4812F) is known color: Geebung. HEX triplet: C4, 81 and 2F. RGB value is (196,129,47). Sum of RGB (Red+Green+Blue) = 196+129+47=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4812F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4812F is #3B7ED0. Grayscale: #8C8C8C. Windows color (decimal): -3899089 or 3113412. OLE color: 3113412.
HSL color Cylindrical-coordinate representation of color #C4812F: hue angle of 33.02º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4812F is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 47 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.23 |
| HSL | 33.02º | 0.61% | 0.48% | - |
| HSV(B) | 33.02º | 0.76% | 0.77% | - |
| XYZ | 31.13 | 27.64 | 6.38 | - |
| YUV | 139.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 47 | 0 | 0.34 | 0.76 | 0.23 | 33.02 | 0.61 | 0.48 |
| Hex | C4 | 81 | 2F | 0 | 22 | 4C | 17 | 21 | 3D | 30 |
| Octal | 304 | 201 | 57 | 0 | 42 | 114 | 27 | 41 | 75 | 60 |
| Binary | 11000100 | 10000001 | 101111 | 0 | 100010 | 1001100 | 10111 | 100001 | 111101 | 110000 |
Color Harmonies of #C4812F
Complementary color
Monochromatic Colors of #C4812F
Black with #C4812F
Text Example
Text Example
White with #C4812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4812F; }
p { color: rgb(196,129,47); }
H1.HeaderClassName
{
color: #C4812F;
}
.AnyTagClassName
{
color: #C4812F;
}
</style>
background-color css
<style>
a { background-color: #C4812F; }
a { background-color: rgb(196,129,47); }
div.DivClassName
{
background-color: #C4812F;
}
.BgClassName
{
background-color: #C4812F;
}
</style>
border-color css
<style>
span { border-color: #C4812F; }
span { border-color: rgb(196,129,47); }
td.TdClassName
{
border-color: #C4812F;
}
.TagClassName
{
border-color: #C4812F;
}
</style>