Shades of Geebung #C28724
Tints of Geebung #C28724
RGB
CMYK
RGB Variations
Color information
#C28724 (or 0xC28724) is known color: Geebung. HEX triplet: C2, 87 and 24. RGB value is (194,135,36). Sum of RGB (Red+Green+Blue) = 194+135+36=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C28724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28724 is #3D78DB. Grayscale: #8D8D8D. Windows color (decimal): -4028636 or 2394050. OLE color: 2394050.
HSL color Cylindrical-coordinate representation of color #C28724: hue angle of 37.59º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C28724 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 36 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.24 |
| HSL | 37.59º | 0.69% | 0.45% | - |
| HSV(B) | 37.59º | 0.81% | 0.76% | - |
| XYZ | 31.23 | 28.92 | 5.61 | - |
| YUV | 141.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 36 | 0 | 0.30 | 0.81 | 0.24 | 37.59 | 0.69 | 0.45 |
| Hex | C2 | 87 | 24 | 0 | 1E | 51 | 18 | 26 | 45 | 2D |
| Octal | 302 | 207 | 44 | 0 | 36 | 121 | 30 | 46 | 105 | 55 |
| Binary | 11000010 | 10000111 | 100100 | 0 | 11110 | 1010001 | 11000 | 100110 | 1000101 | 101101 |
Color Harmonies of #C28724
Complementary color
Monochromatic Colors of #C28724
Black with #C28724
Text Example
Text Example
White with #C28724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28724; }
p { color: rgb(194,135,36); }
H1.HeaderClassName
{
color: #C28724;
}
.AnyTagClassName
{
color: #C28724;
}
</style>
background-color css
<style>
a { background-color: #C28724; }
a { background-color: rgb(194,135,36); }
div.DivClassName
{
background-color: #C28724;
}
.BgClassName
{
background-color: #C28724;
}
</style>
border-color css
<style>
span { border-color: #C28724; }
span { border-color: rgb(194,135,36); }
td.TdClassName
{
border-color: #C28724;
}
.TagClassName
{
border-color: #C28724;
}
</style>