Shades of Geebung #C88731
Tints of Geebung #C88731
RGB
CMYK
RGB Variations
Color information
#C88731 (or 0xC88731) is known color: Geebung. HEX triplet: C8, 87 and 31. RGB value is (200,135,49). Sum of RGB (Red+Green+Blue) = 200+135+49=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C88731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88731 is #3778CE. Grayscale: #919191. Windows color (decimal): -3635407 or 3246024. OLE color: 3246024.
HSL color Cylindrical-coordinate representation of color #C88731: hue angle of 34.17º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C88731 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 49 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.22 |
| HSL | 34.17º | 0.61% | 0.49% | - |
| HSV(B) | 34.17º | 0.76% | 0.78% | - |
| XYZ | 33.04 | 29.83 | 6.92 | - |
| YUV | 144.63 | 74.03 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 49 | 0 | 0.32 | 0.76 | 0.22 | 34.17 | 0.61 | 0.49 |
| Hex | C8 | 87 | 31 | 0 | 20 | 4C | 16 | 22 | 3D | 31 |
| Octal | 310 | 207 | 61 | 0 | 40 | 114 | 26 | 42 | 75 | 61 |
| Binary | 11001000 | 10000111 | 110001 | 0 | 100000 | 1001100 | 10110 | 100010 | 111101 | 110001 |
Color Harmonies of #C88731
Complementary color
Monochromatic Colors of #C88731
Black with #C88731
Text Example
Text Example
White with #C88731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88731; }
p { color: rgb(200,135,49); }
H1.HeaderClassName
{
color: #C88731;
}
.AnyTagClassName
{
color: #C88731;
}
</style>
background-color css
<style>
a { background-color: #C88731; }
a { background-color: rgb(200,135,49); }
div.DivClassName
{
background-color: #C88731;
}
.BgClassName
{
background-color: #C88731;
}
</style>
border-color css
<style>
span { border-color: #C88731; }
span { border-color: rgb(200,135,49); }
td.TdClassName
{
border-color: #C88731;
}
.TagClassName
{
border-color: #C88731;
}
</style>