Shades of Geebung #C18320
Tints of Geebung #C18320
RGB
CMYK
RGB Variations
Color information
#C18320 (or 0xC18320) is known color: Geebung. HEX triplet: C1, 83 and 20. RGB value is (193,131,32). Sum of RGB (Red+Green+Blue) = 193+131+32=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C18320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18320 is #3E7CDF. Grayscale: #8A8A8A. Windows color (decimal): -4095200 or 2130881. OLE color: 2130881.
HSL color Cylindrical-coordinate representation of color #C18320: hue angle of 36.89º 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 #C18320 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 32 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.24 |
| HSL | 36.89º | 0.72% | 0.44% | - |
| HSV(B) | 36.89º | 0.83% | 0.76% | - |
| XYZ | 30.37 | 27.67 | 5.11 | - |
| YUV | 138.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 32 | 0 | 0.32 | 0.83 | 0.24 | 36.89 | 0.72 | 0.44 |
| Hex | C1 | 83 | 20 | 0 | 20 | 53 | 18 | 25 | 48 | 2C |
| Octal | 301 | 203 | 40 | 0 | 40 | 123 | 30 | 45 | 110 | 54 |
| Binary | 11000001 | 10000011 | 100000 | 0 | 100000 | 1010011 | 11000 | 100101 | 1001000 | 101100 |
Color Harmonies of #C18320
Complementary color
Monochromatic Colors of #C18320
Black with #C18320
Text Example
Text Example
White with #C18320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18320; }
p { color: rgb(193,131,32); }
H1.HeaderClassName
{
color: #C18320;
}
.AnyTagClassName
{
color: #C18320;
}
</style>
background-color css
<style>
a { background-color: #C18320; }
a { background-color: rgb(193,131,32); }
div.DivClassName
{
background-color: #C18320;
}
.BgClassName
{
background-color: #C18320;
}
</style>
border-color css
<style>
span { border-color: #C18320; }
span { border-color: rgb(193,131,32); }
td.TdClassName
{
border-color: #C18320;
}
.TagClassName
{
border-color: #C18320;
}
</style>