Shades of Geebung #C7871B
Tints of Geebung #C7871B
RGB
CMYK
RGB Variations
Color information
#C7871B (or 0xC7871B) is known color: Geebung. HEX triplet: C7, 87 and 1B. RGB value is (199,135,27). Sum of RGB (Red+Green+Blue) = 199+135+27=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7871B is #3878E4. Grayscale: #8E8E8E. Windows color (decimal): -3700965 or 1804231. OLE color: 1804231.
HSL color Cylindrical-coordinate representation of color #C7871B: hue angle of 37.67º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7871B is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 27 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.22 |
| HSL | 37.67º | 0.76% | 0.44% | - |
| HSV(B) | 37.67º | 0.86% | 0.78% | - |
| XYZ | 32.41 | 29.55 | 5.03 | - |
| YUV | 141.82 | 63.2 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 27 | 0 | 0.32 | 0.86 | 0.22 | 37.67 | 0.76 | 0.44 |
| Hex | C7 | 87 | 1B | 0 | 20 | 56 | 16 | 26 | 4C | 2C |
| Octal | 307 | 207 | 33 | 0 | 40 | 126 | 26 | 46 | 114 | 54 |
| Binary | 11000111 | 10000111 | 11011 | 0 | 100000 | 1010110 | 10110 | 100110 | 1001100 | 101100 |
Color Harmonies of #C7871B
Complementary color
Monochromatic Colors of #C7871B
Black with #C7871B
Text Example
Text Example
White with #C7871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7871B; }
p { color: rgb(199,135,27); }
H1.HeaderClassName
{
color: #C7871B;
}
.AnyTagClassName
{
color: #C7871B;
}
</style>
background-color css
<style>
a { background-color: #C7871B; }
a { background-color: rgb(199,135,27); }
div.DivClassName
{
background-color: #C7871B;
}
.BgClassName
{
background-color: #C7871B;
}
</style>
border-color css
<style>
span { border-color: #C7871B; }
span { border-color: rgb(199,135,27); }
td.TdClassName
{
border-color: #C7871B;
}
.TagClassName
{
border-color: #C7871B;
}
</style>