Shades of Geebung #C7881E
Tints of Geebung #C7881E
RGB
CMYK
RGB Variations
Color information
#C7881E (or 0xC7881E) is known color: Geebung. HEX triplet: C7, 88 and 1E. RGB value is (199,136,30). Sum of RGB (Red+Green+Blue) = 199+136+30=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7881E is #3877E1. Grayscale: #8F8F8F. Windows color (decimal): -3700706 or 2001095. OLE color: 2001095.
HSL color Cylindrical-coordinate representation of color #C7881E: hue angle of 37.63º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7881E is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 30 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.22 |
| HSL | 37.63º | 0.74% | 0.45% | - |
| HSV(B) | 37.63º | 0.85% | 0.78% | - |
| XYZ | 32.59 | 29.84 | 5.27 | - |
| YUV | 142.75 | 64.37 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 30 | 0 | 0.32 | 0.85 | 0.22 | 37.63 | 0.74 | 0.45 |
| Hex | C7 | 88 | 1E | 0 | 20 | 55 | 16 | 26 | 4A | 2D |
| Octal | 307 | 210 | 36 | 0 | 40 | 125 | 26 | 46 | 112 | 55 |
| Binary | 11000111 | 10001000 | 11110 | 0 | 100000 | 1010101 | 10110 | 100110 | 1001010 | 101101 |
Color Harmonies of #C7881E
Complementary color
Monochromatic Colors of #C7881E
Black with #C7881E
Text Example
Text Example
White with #C7881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7881E; }
p { color: rgb(199,136,30); }
H1.HeaderClassName
{
color: #C7881E;
}
.AnyTagClassName
{
color: #C7881E;
}
</style>
background-color css
<style>
a { background-color: #C7881E; }
a { background-color: rgb(199,136,30); }
div.DivClassName
{
background-color: #C7881E;
}
.BgClassName
{
background-color: #C7881E;
}
</style>
border-color css
<style>
span { border-color: #C7881E; }
span { border-color: rgb(199,136,30); }
td.TdClassName
{
border-color: #C7881E;
}
.TagClassName
{
border-color: #C7881E;
}
</style>