Shades of Geebung #C1811E
Tints of Geebung #C1811E
RGB
CMYK
RGB Variations
Color information
#C1811E (or 0xC1811E) is known color: Geebung. HEX triplet: C1, 81 and 1E. RGB value is (193,129,30). Sum of RGB (Red+Green+Blue) = 193+129+30=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1811E is #3E7EE1. Grayscale: #898989. Windows color (decimal): -4095714 or 1999297. OLE color: 1999297.
HSL color Cylindrical-coordinate representation of color #C1811E: hue angle of 36.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1811E is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 30 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.24 |
| HSL | 36.44º | 0.73% | 0.44% | - |
| HSV(B) | 36.44º | 0.84% | 0.76% | - |
| XYZ | 30.08 | 27.13 | 4.88 | - |
| YUV | 136.85 | 67.7 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 30 | 0 | 0.33 | 0.84 | 0.24 | 36.44 | 0.73 | 0.44 |
| Hex | C1 | 81 | 1E | 0 | 21 | 54 | 18 | 24 | 49 | 2C |
| Octal | 301 | 201 | 36 | 0 | 41 | 124 | 30 | 44 | 111 | 54 |
| Binary | 11000001 | 10000001 | 11110 | 0 | 100001 | 1010100 | 11000 | 100100 | 1001001 | 101100 |
Color Harmonies of #C1811E
Complementary color
Monochromatic Colors of #C1811E
Black with #C1811E
Text Example
Text Example
White with #C1811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1811E; }
p { color: rgb(193,129,30); }
H1.HeaderClassName
{
color: #C1811E;
}
.AnyTagClassName
{
color: #C1811E;
}
</style>
background-color css
<style>
a { background-color: #C1811E; }
a { background-color: rgb(193,129,30); }
div.DivClassName
{
background-color: #C1811E;
}
.BgClassName
{
background-color: #C1811E;
}
</style>
border-color css
<style>
span { border-color: #C1811E; }
span { border-color: rgb(193,129,30); }
td.TdClassName
{
border-color: #C1811E;
}
.TagClassName
{
border-color: #C1811E;
}
</style>