Shades of Geebung #C7881D
Tints of Geebung #C7881D
RGB
CMYK
RGB Variations
Color information
#C7881D (or 0xC7881D) is known color: Geebung. HEX triplet: C7, 88 and 1D. RGB value is (199,136,29). Sum of RGB (Red+Green+Blue) = 199+136+29=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7881D is #3877E2. Grayscale: #8F8F8F. Windows color (decimal): -3700707 or 1935559. OLE color: 1935559.
HSL color Cylindrical-coordinate representation of color #C7881D: hue angle of 37.76º degrees, saturation: 0.75, 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 #C7881D is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 29 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.22 |
| HSL | 37.76º | 0.75% | 0.45% | - |
| HSV(B) | 37.76º | 0.85% | 0.78% | - |
| XYZ | 32.58 | 29.84 | 5.2 | - |
| YUV | 142.64 | 63.87 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 29 | 0 | 0.32 | 0.85 | 0.22 | 37.76 | 0.75 | 0.45 |
| Hex | C7 | 88 | 1D | 0 | 20 | 55 | 16 | 26 | 4B | 2D |
| Octal | 307 | 210 | 35 | 0 | 40 | 125 | 26 | 46 | 113 | 55 |
| Binary | 11000111 | 10001000 | 11101 | 0 | 100000 | 1010101 | 10110 | 100110 | 1001011 | 101101 |
Color Harmonies of #C7881D
Complementary color
Monochromatic Colors of #C7881D
Black with #C7881D
Text Example
Text Example
White with #C7881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7881D; }
p { color: rgb(199,136,29); }
H1.HeaderClassName
{
color: #C7881D;
}
.AnyTagClassName
{
color: #C7881D;
}
</style>
background-color css
<style>
a { background-color: #C7881D; }
a { background-color: rgb(199,136,29); }
div.DivClassName
{
background-color: #C7881D;
}
.BgClassName
{
background-color: #C7881D;
}
</style>
border-color css
<style>
span { border-color: #C7881D; }
span { border-color: rgb(199,136,29); }
td.TdClassName
{
border-color: #C7881D;
}
.TagClassName
{
border-color: #C7881D;
}
</style>