Shades of Geebung #C28720
Tints of Geebung #C28720
RGB
CMYK
RGB Variations
Color information
#C28720 (or 0xC28720) is known color: Geebung. HEX triplet: C2, 87 and 20. RGB value is (194,135,32). Sum of RGB (Red+Green+Blue) = 194+135+32=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C28720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28720 is #3D78DF. Grayscale: #8D8D8D. Windows color (decimal): -4028640 or 2131906. OLE color: 2131906.
HSL color Cylindrical-coordinate representation of color #C28720: hue angle of 38.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C28720 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 32 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.24 |
| HSL | 38.15º | 0.72% | 0.44% | - |
| HSV(B) | 38.15º | 0.84% | 0.76% | - |
| XYZ | 31.17 | 28.9 | 5.3 | - |
| YUV | 140.9 | 66.55 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 32 | 0 | 0.30 | 0.84 | 0.24 | 38.15 | 0.72 | 0.44 |
| Hex | C2 | 87 | 20 | 0 | 1E | 54 | 18 | 26 | 48 | 2C |
| Octal | 302 | 207 | 40 | 0 | 36 | 124 | 30 | 46 | 110 | 54 |
| Binary | 11000010 | 10000111 | 100000 | 0 | 11110 | 1010100 | 11000 | 100110 | 1001000 | 101100 |
Color Harmonies of #C28720
Complementary color
Monochromatic Colors of #C28720
Black with #C28720
Text Example
Text Example
White with #C28720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28720; }
p { color: rgb(194,135,32); }
H1.HeaderClassName
{
color: #C28720;
}
.AnyTagClassName
{
color: #C28720;
}
</style>
background-color css
<style>
a { background-color: #C28720; }
a { background-color: rgb(194,135,32); }
div.DivClassName
{
background-color: #C28720;
}
.BgClassName
{
background-color: #C28720;
}
</style>
border-color css
<style>
span { border-color: #C28720; }
span { border-color: rgb(194,135,32); }
td.TdClassName
{
border-color: #C28720;
}
.TagClassName
{
border-color: #C28720;
}
</style>