Shades of Geebung #C4871E
Tints of Geebung #C4871E
RGB
CMYK
RGB Variations
Color information
#C4871E (or 0xC4871E) is known color: Geebung. HEX triplet: C4, 87 and 1E. RGB value is (196,135,30). Sum of RGB (Red+Green+Blue) = 196+135+30=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4871E is #3B78E1. Grayscale: #8D8D8D. Windows color (decimal): -3897570 or 2000836. OLE color: 2000836.
HSL color Cylindrical-coordinate representation of color #C4871E: hue angle of 37.95º 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 #C4871E is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 30 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.23 |
| HSL | 37.95º | 0.73% | 0.44% | - |
| HSV(B) | 37.95º | 0.85% | 0.77% | - |
| XYZ | 31.66 | 29.16 | 5.19 | - |
| YUV | 141.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 30 | 0 | 0.31 | 0.85 | 0.23 | 37.95 | 0.73 | 0.44 |
| Hex | C4 | 87 | 1E | 0 | 1F | 55 | 17 | 26 | 49 | 2C |
| Octal | 304 | 207 | 36 | 0 | 37 | 125 | 27 | 46 | 111 | 54 |
| Binary | 11000100 | 10000111 | 11110 | 0 | 11111 | 1010101 | 10111 | 100110 | 1001001 | 101100 |
Color Harmonies of #C4871E
Complementary color
Monochromatic Colors of #C4871E
Black with #C4871E
Text Example
Text Example
White with #C4871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4871E; }
p { color: rgb(196,135,30); }
H1.HeaderClassName
{
color: #C4871E;
}
.AnyTagClassName
{
color: #C4871E;
}
</style>
background-color css
<style>
a { background-color: #C4871E; }
a { background-color: rgb(196,135,30); }
div.DivClassName
{
background-color: #C4871E;
}
.BgClassName
{
background-color: #C4871E;
}
</style>
border-color css
<style>
span { border-color: #C4871E; }
span { border-color: rgb(196,135,30); }
td.TdClassName
{
border-color: #C4871E;
}
.TagClassName
{
border-color: #C4871E;
}
</style>