Shades of Geebung #C1812C
Tints of Geebung #C1812C
RGB
CMYK
RGB Variations
Color information
#C1812C (or 0xC1812C) is known color: Geebung. HEX triplet: C1, 81 and 2C. RGB value is (193,129,44). Sum of RGB (Red+Green+Blue) = 193+129+44=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1812C is #3E7ED3. Grayscale: #8A8A8A. Windows color (decimal): -4095700 or 2916801. OLE color: 2916801.
HSL color Cylindrical-coordinate representation of color #C1812C: hue angle of 34.23º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1812C is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 44 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.24 |
| HSL | 34.23º | 0.63% | 0.46% | - |
| HSV(B) | 34.23º | 0.77% | 0.76% | - |
| XYZ | 30.3 | 27.22 | 6.04 | - |
| YUV | 138.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 44 | 0 | 0.33 | 0.77 | 0.24 | 34.23 | 0.63 | 0.46 |
| Hex | C1 | 81 | 2C | 0 | 21 | 4D | 18 | 22 | 3F | 2E |
| Octal | 301 | 201 | 54 | 0 | 41 | 115 | 30 | 42 | 77 | 56 |
| Binary | 11000001 | 10000001 | 101100 | 0 | 100001 | 1001101 | 11000 | 100010 | 111111 | 101110 |
Color Harmonies of #C1812C
Complementary color
Monochromatic Colors of #C1812C
Black with #C1812C
Text Example
Text Example
White with #C1812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1812C; }
p { color: rgb(193,129,44); }
H1.HeaderClassName
{
color: #C1812C;
}
.AnyTagClassName
{
color: #C1812C;
}
</style>
background-color css
<style>
a { background-color: #C1812C; }
a { background-color: rgb(193,129,44); }
div.DivClassName
{
background-color: #C1812C;
}
.BgClassName
{
background-color: #C1812C;
}
</style>
border-color css
<style>
span { border-color: #C1812C; }
span { border-color: rgb(193,129,44); }
td.TdClassName
{
border-color: #C1812C;
}
.TagClassName
{
border-color: #C1812C;
}
</style>