Shades of Geebung #C78827
Tints of Geebung #C78827
RGB
CMYK
RGB Variations
Color information
#C78827 (or 0xC78827) is known color: Geebung. HEX triplet: C7, 88 and 27. RGB value is (199,136,39). Sum of RGB (Red+Green+Blue) = 199+136+39=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C78827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78827 is #3877D8. Grayscale: #909090. Windows color (decimal): -3700697 or 2590919. OLE color: 2590919.
HSL color Cylindrical-coordinate representation of color #C78827: hue angle of 36.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C78827 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 39 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.22 |
| HSL | 36.38º | 0.67% | 0.47% | - |
| HSV(B) | 36.38º | 0.8% | 0.78% | - |
| XYZ | 32.72 | 29.9 | 5.97 | - |
| YUV | 143.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 39 | 0 | 0.32 | 0.80 | 0.22 | 36.38 | 0.67 | 0.47 |
| Hex | C7 | 88 | 27 | 0 | 20 | 50 | 16 | 24 | 43 | 2F |
| Octal | 307 | 210 | 47 | 0 | 40 | 120 | 26 | 44 | 103 | 57 |
| Binary | 11000111 | 10001000 | 100111 | 0 | 100000 | 1010000 | 10110 | 100100 | 1000011 | 101111 |
Color Harmonies of #C78827
Complementary color
Monochromatic Colors of #C78827
Black with #C78827
Text Example
Text Example
White with #C78827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78827; }
p { color: rgb(199,136,39); }
H1.HeaderClassName
{
color: #C78827;
}
.AnyTagClassName
{
color: #C78827;
}
</style>
background-color css
<style>
a { background-color: #C78827; }
a { background-color: rgb(199,136,39); }
div.DivClassName
{
background-color: #C78827;
}
.BgClassName
{
background-color: #C78827;
}
</style>
border-color css
<style>
span { border-color: #C78827; }
span { border-color: rgb(199,136,39); }
td.TdClassName
{
border-color: #C78827;
}
.TagClassName
{
border-color: #C78827;
}
</style>