Shades of Geebung #C7862B
Tints of Geebung #C7862B
RGB
CMYK
RGB Variations
Color information
#C7862B (or 0xC7862B) is known color: Geebung. HEX triplet: C7, 86 and 2B. RGB value is (199,134,43). Sum of RGB (Red+Green+Blue) = 199+134+43=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7862B is #3879D4. Grayscale: #8F8F8F. Windows color (decimal): -3701205 or 2852551. OLE color: 2852551.
HSL color Cylindrical-coordinate representation of color #C7862B: hue angle of 35º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7862B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 43 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.22 |
| HSL | 35º | 0.64% | 0.47% | - |
| HSV(B) | 35º | 0.78% | 0.78% | - |
| XYZ | 32.51 | 29.37 | 6.24 | - |
| YUV | 143.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 43 | 0 | 0.33 | 0.78 | 0.22 | 35 | 0.64 | 0.47 |
| Hex | C7 | 86 | 2B | 0 | 21 | 4E | 16 | 23 | 40 | 2F |
| Octal | 307 | 206 | 53 | 0 | 41 | 116 | 26 | 43 | 100 | 57 |
| Binary | 11000111 | 10000110 | 101011 | 0 | 100001 | 1001110 | 10110 | 100011 | 1000000 | 101111 |
Color Harmonies of #C7862B
Complementary color
Monochromatic Colors of #C7862B
Black with #C7862B
Text Example
Text Example
White with #C7862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7862B; }
p { color: rgb(199,134,43); }
H1.HeaderClassName
{
color: #C7862B;
}
.AnyTagClassName
{
color: #C7862B;
}
</style>
background-color css
<style>
a { background-color: #C7862B; }
a { background-color: rgb(199,134,43); }
div.DivClassName
{
background-color: #C7862B;
}
.BgClassName
{
background-color: #C7862B;
}
</style>
border-color css
<style>
span { border-color: #C7862B; }
span { border-color: rgb(199,134,43); }
td.TdClassName
{
border-color: #C7862B;
}
.TagClassName
{
border-color: #C7862B;
}
</style>