Shades of Geebung #C8871B
Tints of Geebung #C8871B
RGB
CMYK
RGB Variations
Color information
#C8871B (or 0xC8871B) is known color: Geebung. HEX triplet: C8, 87 and 1B. RGB value is (200,135,27). Sum of RGB (Red+Green+Blue) = 200+135+27=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8871B is #3778E4. Grayscale: #8E8E8E. Windows color (decimal): -3635429 or 1804232. OLE color: 1804232.
HSL color Cylindrical-coordinate representation of color #C8871B: hue angle of 37.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8871B is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 27 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.22 |
| HSL | 37.46º | 0.76% | 0.45% | - |
| HSV(B) | 37.46º | 0.87% | 0.78% | - |
| XYZ | 32.68 | 29.69 | 5.04 | - |
| YUV | 142.12 | 63.03 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 27 | 0 | 0.32 | 0.86 | 0.22 | 37.46 | 0.76 | 0.45 |
| Hex | C8 | 87 | 1B | 0 | 20 | 56 | 16 | 25 | 4C | 2D |
| Octal | 310 | 207 | 33 | 0 | 40 | 126 | 26 | 45 | 114 | 55 |
| Binary | 11001000 | 10000111 | 11011 | 0 | 100000 | 1010110 | 10110 | 100101 | 1001100 | 101101 |
Color Harmonies of #C8871B
Complementary color
Monochromatic Colors of #C8871B
Black with #C8871B
Text Example
Text Example
White with #C8871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8871B; }
p { color: rgb(200,135,27); }
H1.HeaderClassName
{
color: #C8871B;
}
.AnyTagClassName
{
color: #C8871B;
}
</style>
background-color css
<style>
a { background-color: #C8871B; }
a { background-color: rgb(200,135,27); }
div.DivClassName
{
background-color: #C8871B;
}
.BgClassName
{
background-color: #C8871B;
}
</style>
border-color css
<style>
span { border-color: #C8871B; }
span { border-color: rgb(200,135,27); }
td.TdClassName
{
border-color: #C8871B;
}
.TagClassName
{
border-color: #C8871B;
}
</style>