Shades of Geebung #C18224
Tints of Geebung #C18224
RGB
CMYK
RGB Variations
Color information
#C18224 (or 0xC18224) is known color: Geebung. HEX triplet: C1, 82 and 24. RGB value is (193,130,36). Sum of RGB (Red+Green+Blue) = 193+130+36=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C18224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18224 is #3E7DDB. Grayscale: #8A8A8A. Windows color (decimal): -4095452 or 2392769. OLE color: 2392769.
HSL color Cylindrical-coordinate representation of color #C18224: hue angle of 35.92º 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 #C18224 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 36 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.24 |
| HSL | 35.92º | 0.69% | 0.45% | - |
| HSV(B) | 35.92º | 0.81% | 0.76% | - |
| XYZ | 30.29 | 27.43 | 5.37 | - |
| YUV | 138.12 | 70.37 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 36 | 0 | 0.33 | 0.81 | 0.24 | 35.92 | 0.69 | 0.45 |
| Hex | C1 | 82 | 24 | 0 | 21 | 51 | 18 | 24 | 45 | 2D |
| Octal | 301 | 202 | 44 | 0 | 41 | 121 | 30 | 44 | 105 | 55 |
| Binary | 11000001 | 10000010 | 100100 | 0 | 100001 | 1010001 | 11000 | 100100 | 1000101 | 101101 |
Color Harmonies of #C18224
Complementary color
Monochromatic Colors of #C18224
Black with #C18224
Text Example
Text Example
White with #C18224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18224; }
p { color: rgb(193,130,36); }
H1.HeaderClassName
{
color: #C18224;
}
.AnyTagClassName
{
color: #C18224;
}
</style>
background-color css
<style>
a { background-color: #C18224; }
a { background-color: rgb(193,130,36); }
div.DivClassName
{
background-color: #C18224;
}
.BgClassName
{
background-color: #C18224;
}
</style>
border-color css
<style>
span { border-color: #C18224; }
span { border-color: rgb(193,130,36); }
td.TdClassName
{
border-color: #C18224;
}
.TagClassName
{
border-color: #C18224;
}
</style>