Shades of Geebung #C4861B
Tints of Geebung #C4861B
RGB
CMYK
RGB Variations
Color information
#C4861B (or 0xC4861B) is known color: Geebung. HEX triplet: C4, 86 and 1B. RGB value is (196,134,27). Sum of RGB (Red+Green+Blue) = 196+134+27=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4861B is #3B79E4. Grayscale: #8C8C8C. Windows color (decimal): -3897829 or 1803972. OLE color: 1803972.
HSL color Cylindrical-coordinate representation of color #C4861B: hue angle of 37.99º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4861B is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 27 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.23 |
| HSL | 37.99º | 0.76% | 0.44% | - |
| HSV(B) | 37.99º | 0.86% | 0.77% | - |
| XYZ | 31.49 | 28.87 | 4.95 | - |
| YUV | 140.34 | 64.04 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 27 | 0 | 0.32 | 0.86 | 0.23 | 37.99 | 0.76 | 0.44 |
| Hex | C4 | 86 | 1B | 0 | 20 | 56 | 17 | 26 | 4C | 2C |
| Octal | 304 | 206 | 33 | 0 | 40 | 126 | 27 | 46 | 114 | 54 |
| Binary | 11000100 | 10000110 | 11011 | 0 | 100000 | 1010110 | 10111 | 100110 | 1001100 | 101100 |
Color Harmonies of #C4861B
Complementary color
Monochromatic Colors of #C4861B
Black with #C4861B
Text Example
Text Example
White with #C4861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4861B; }
p { color: rgb(196,134,27); }
H1.HeaderClassName
{
color: #C4861B;
}
.AnyTagClassName
{
color: #C4861B;
}
</style>
background-color css
<style>
a { background-color: #C4861B; }
a { background-color: rgb(196,134,27); }
div.DivClassName
{
background-color: #C4861B;
}
.BgClassName
{
background-color: #C4861B;
}
</style>
border-color css
<style>
span { border-color: #C4861B; }
span { border-color: rgb(196,134,27); }
td.TdClassName
{
border-color: #C4861B;
}
.TagClassName
{
border-color: #C4861B;
}
</style>