Shades of Geebung #C4851E
Tints of Geebung #C4851E
RGB
CMYK
RGB Variations
Color information
#C4851E (or 0xC4851E) is known color: Geebung. HEX triplet: C4, 85 and 1E. RGB value is (196,133,30). Sum of RGB (Red+Green+Blue) = 196+133+30=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4851E is #3B7AE1. Grayscale: #8C8C8C. Windows color (decimal): -3898082 or 2000324. OLE color: 2000324.
HSL color Cylindrical-coordinate representation of color #C4851E: hue angle of 37.23º degrees, saturation: 0.73, 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 #C4851E is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 30 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.23 |
| HSL | 37.23º | 0.73% | 0.44% | - |
| HSV(B) | 37.23º | 0.85% | 0.77% | - |
| XYZ | 31.39 | 28.6 | 5.1 | - |
| YUV | 140.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 30 | 0 | 0.32 | 0.85 | 0.23 | 37.23 | 0.73 | 0.44 |
| Hex | C4 | 85 | 1E | 0 | 20 | 55 | 17 | 25 | 49 | 2C |
| Octal | 304 | 205 | 36 | 0 | 40 | 125 | 27 | 45 | 111 | 54 |
| Binary | 11000100 | 10000101 | 11110 | 0 | 100000 | 1010101 | 10111 | 100101 | 1001001 | 101100 |
Color Harmonies of #C4851E
Complementary color
Monochromatic Colors of #C4851E
Black with #C4851E
Text Example
Text Example
White with #C4851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4851E; }
p { color: rgb(196,133,30); }
H1.HeaderClassName
{
color: #C4851E;
}
.AnyTagClassName
{
color: #C4851E;
}
</style>
background-color css
<style>
a { background-color: #C4851E; }
a { background-color: rgb(196,133,30); }
div.DivClassName
{
background-color: #C4851E;
}
.BgClassName
{
background-color: #C4851E;
}
</style>
border-color css
<style>
span { border-color: #C4851E; }
span { border-color: rgb(196,133,30); }
td.TdClassName
{
border-color: #C4851E;
}
.TagClassName
{
border-color: #C4851E;
}
</style>