Shades of Geebung #C7852B
Tints of Geebung #C7852B
RGB
CMYK
RGB Variations
Color information
#C7852B (or 0xC7852B) is known color: Geebung. HEX triplet: C7, 85 and 2B. RGB value is (199,133,43). Sum of RGB (Red+Green+Blue) = 199+133+43=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7852B is #387AD4. Grayscale: #8E8E8E. Windows color (decimal): -3701461 or 2852295. OLE color: 2852295.
HSL color Cylindrical-coordinate representation of color #C7852B: hue angle of 34.62º 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 #C7852B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 43 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.22 |
| HSL | 34.62º | 0.64% | 0.47% | - |
| HSV(B) | 34.62º | 0.78% | 0.78% | - |
| XYZ | 32.38 | 29.09 | 6.19 | - |
| YUV | 142.47 | 71.87 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 43 | 0 | 0.33 | 0.78 | 0.22 | 34.62 | 0.64 | 0.47 |
| Hex | C7 | 85 | 2B | 0 | 21 | 4E | 16 | 23 | 40 | 2F |
| Octal | 307 | 205 | 53 | 0 | 41 | 116 | 26 | 43 | 100 | 57 |
| Binary | 11000111 | 10000101 | 101011 | 0 | 100001 | 1001110 | 10110 | 100011 | 1000000 | 101111 |
Color Harmonies of #C7852B
Complementary color
Monochromatic Colors of #C7852B
Black with #C7852B
Text Example
Text Example
White with #C7852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7852B; }
p { color: rgb(199,133,43); }
H1.HeaderClassName
{
color: #C7852B;
}
.AnyTagClassName
{
color: #C7852B;
}
</style>
background-color css
<style>
a { background-color: #C7852B; }
a { background-color: rgb(199,133,43); }
div.DivClassName
{
background-color: #C7852B;
}
.BgClassName
{
background-color: #C7852B;
}
</style>
border-color css
<style>
span { border-color: #C7852B; }
span { border-color: rgb(199,133,43); }
td.TdClassName
{
border-color: #C7852B;
}
.TagClassName
{
border-color: #C7852B;
}
</style>