Shades of Geebung #C4861D
Tints of Geebung #C4861D
RGB
CMYK
RGB Variations
Color information
#C4861D (or 0xC4861D) is known color: Geebung. HEX triplet: C4, 86 and 1D. RGB value is (196,134,29). Sum of RGB (Red+Green+Blue) = 196+134+29=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4861D is #3B79E2. Grayscale: #8D8D8D. Windows color (decimal): -3897827 or 1935044. OLE color: 1935044.
HSL color Cylindrical-coordinate representation of color #C4861D: hue angle of 37.72º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4861D is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 29 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.23 |
| HSL | 37.72º | 0.74% | 0.44% | - |
| HSV(B) | 37.72º | 0.85% | 0.77% | - |
| XYZ | 31.51 | 28.87 | 5.07 | - |
| YUV | 140.57 | 65.04 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 29 | 0 | 0.32 | 0.85 | 0.23 | 37.72 | 0.74 | 0.44 |
| Hex | C4 | 86 | 1D | 0 | 20 | 55 | 17 | 26 | 4A | 2C |
| Octal | 304 | 206 | 35 | 0 | 40 | 125 | 27 | 46 | 112 | 54 |
| Binary | 11000100 | 10000110 | 11101 | 0 | 100000 | 1010101 | 10111 | 100110 | 1001010 | 101100 |
Color Harmonies of #C4861D
Complementary color
Monochromatic Colors of #C4861D
Black with #C4861D
Text Example
Text Example
White with #C4861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4861D; }
p { color: rgb(196,134,29); }
H1.HeaderClassName
{
color: #C4861D;
}
.AnyTagClassName
{
color: #C4861D;
}
</style>
background-color css
<style>
a { background-color: #C4861D; }
a { background-color: rgb(196,134,29); }
div.DivClassName
{
background-color: #C4861D;
}
.BgClassName
{
background-color: #C4861D;
}
</style>
border-color css
<style>
span { border-color: #C4861D; }
span { border-color: rgb(196,134,29); }
td.TdClassName
{
border-color: #C4861D;
}
.TagClassName
{
border-color: #C4861D;
}
</style>