Shades of Geebung #C18824
Tints of Geebung #C18824
RGB
CMYK
RGB Variations
Color information
#C18824 (or 0xC18824) is known color: Geebung. HEX triplet: C1, 88 and 24. RGB value is (193,136,36). Sum of RGB (Red+Green+Blue) = 193+136+36=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C18824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18824 is #3E77DB. Grayscale: #8E8E8E. Windows color (decimal): -4093916 or 2394305. OLE color: 2394305.
HSL color Cylindrical-coordinate representation of color #C18824: hue angle of 38.22º 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 #C18824 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 36 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.24 |
| HSL | 38.22º | 0.69% | 0.45% | - |
| HSV(B) | 38.22º | 0.81% | 0.76% | - |
| XYZ | 31.11 | 29.07 | 5.64 | - |
| YUV | 141.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 36 | 0 | 0.30 | 0.81 | 0.24 | 38.22 | 0.69 | 0.45 |
| Hex | C1 | 88 | 24 | 0 | 1E | 51 | 18 | 26 | 45 | 2D |
| Octal | 301 | 210 | 44 | 0 | 36 | 121 | 30 | 46 | 105 | 55 |
| Binary | 11000001 | 10001000 | 100100 | 0 | 11110 | 1010001 | 11000 | 100110 | 1000101 | 101101 |
Color Harmonies of #C18824
Complementary color
Monochromatic Colors of #C18824
Black with #C18824
Text Example
Text Example
White with #C18824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18824; }
p { color: rgb(193,136,36); }
H1.HeaderClassName
{
color: #C18824;
}
.AnyTagClassName
{
color: #C18824;
}
</style>
background-color css
<style>
a { background-color: #C18824; }
a { background-color: rgb(193,136,36); }
div.DivClassName
{
background-color: #C18824;
}
.BgClassName
{
background-color: #C18824;
}
</style>
border-color css
<style>
span { border-color: #C18824; }
span { border-color: rgb(193,136,36); }
td.TdClassName
{
border-color: #C18824;
}
.TagClassName
{
border-color: #C18824;
}
</style>