Shades of Geebung #C7891E
Tints of Geebung #C7891E
RGB
CMYK
RGB Variations
Color information
#C7891E (or 0xC7891E) is known color: Geebung. HEX triplet: C7, 89 and 1E. RGB value is (199,137,30). Sum of RGB (Red+Green+Blue) = 199+137+30=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C7891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7891E is #3876E1. Grayscale: #8F8F8F. Windows color (decimal): -3700450 or 2001351. OLE color: 2001351.
HSL color Cylindrical-coordinate representation of color #C7891E: hue angle of 37.99º 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 #C7891E is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 30 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.22 |
| HSL | 37.99º | 0.74% | 0.45% | - |
| HSV(B) | 37.99º | 0.85% | 0.78% | - |
| XYZ | 32.73 | 30.13 | 5.32 | - |
| YUV | 143.34 | 64.04 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 30 | 0 | 0.31 | 0.85 | 0.22 | 37.99 | 0.74 | 0.45 |
| Hex | C7 | 89 | 1E | 0 | 1F | 55 | 16 | 26 | 4A | 2D |
| Octal | 307 | 211 | 36 | 0 | 37 | 125 | 26 | 46 | 112 | 55 |
| Binary | 11000111 | 10001001 | 11110 | 0 | 11111 | 1010101 | 10110 | 100110 | 1001010 | 101101 |
Color Harmonies of #C7891E
Complementary color
Monochromatic Colors of #C7891E
Black with #C7891E
Text Example
Text Example
White with #C7891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7891E; }
p { color: rgb(199,137,30); }
H1.HeaderClassName
{
color: #C7891E;
}
.AnyTagClassName
{
color: #C7891E;
}
</style>
background-color css
<style>
a { background-color: #C7891E; }
a { background-color: rgb(199,137,30); }
div.DivClassName
{
background-color: #C7891E;
}
.BgClassName
{
background-color: #C7891E;
}
</style>
border-color css
<style>
span { border-color: #C7891E; }
span { border-color: rgb(199,137,30); }
td.TdClassName
{
border-color: #C7891E;
}
.TagClassName
{
border-color: #C7891E;
}
</style>