Shades of Geebung #C18420
Tints of Geebung #C18420
RGB
CMYK
RGB Variations
Color information
#C18420 (or 0xC18420) is known color: Geebung. HEX triplet: C1, 84 and 20. RGB value is (193,132,32). Sum of RGB (Red+Green+Blue) = 193+132+32=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C18420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18420 is #3E7BDF. Grayscale: #8B8B8B. Windows color (decimal): -4094944 or 2131137. OLE color: 2131137.
HSL color Cylindrical-coordinate representation of color #C18420: hue angle of 37.27º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18420 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 32 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.24 |
| HSL | 37.27º | 0.72% | 0.44% | - |
| HSV(B) | 37.27º | 0.83% | 0.76% | - |
| XYZ | 30.5 | 27.94 | 5.15 | - |
| YUV | 138.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 32 | 0 | 0.32 | 0.83 | 0.24 | 37.27 | 0.72 | 0.44 |
| Hex | C1 | 84 | 20 | 0 | 20 | 53 | 18 | 25 | 48 | 2C |
| Octal | 301 | 204 | 40 | 0 | 40 | 123 | 30 | 45 | 110 | 54 |
| Binary | 11000001 | 10000100 | 100000 | 0 | 100000 | 1010011 | 11000 | 100101 | 1001000 | 101100 |
Color Harmonies of #C18420
Complementary color
Monochromatic Colors of #C18420
Black with #C18420
Text Example
Text Example
White with #C18420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18420; }
p { color: rgb(193,132,32); }
H1.HeaderClassName
{
color: #C18420;
}
.AnyTagClassName
{
color: #C18420;
}
</style>
background-color css
<style>
a { background-color: #C18420; }
a { background-color: rgb(193,132,32); }
div.DivClassName
{
background-color: #C18420;
}
.BgClassName
{
background-color: #C18420;
}
</style>
border-color css
<style>
span { border-color: #C18420; }
span { border-color: rgb(193,132,32); }
td.TdClassName
{
border-color: #C18420;
}
.TagClassName
{
border-color: #C18420;
}
</style>