Shades of Geebung #C1831E
Tints of Geebung #C1831E
RGB
CMYK
RGB Variations
Color information
#C1831E (or 0xC1831E) is known color: Geebung. HEX triplet: C1, 83 and 1E. RGB value is (193,131,30). Sum of RGB (Red+Green+Blue) = 193+131+30=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1831E is #3E7CE1. Grayscale: #8A8A8A. Windows color (decimal): -4095202 or 1999809. OLE color: 1999809.
HSL color Cylindrical-coordinate representation of color #C1831E: hue angle of 37.18º 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 #C1831E is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 30 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.24 |
| HSL | 37.18º | 0.73% | 0.44% | - |
| HSV(B) | 37.18º | 0.84% | 0.76% | - |
| XYZ | 30.34 | 27.66 | 4.97 | - |
| YUV | 138.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 30 | 0 | 0.32 | 0.84 | 0.24 | 37.18 | 0.73 | 0.44 |
| Hex | C1 | 83 | 1E | 0 | 20 | 54 | 18 | 25 | 49 | 2C |
| Octal | 301 | 203 | 36 | 0 | 40 | 124 | 30 | 45 | 111 | 54 |
| Binary | 11000001 | 10000011 | 11110 | 0 | 100000 | 1010100 | 11000 | 100101 | 1001001 | 101100 |
Color Harmonies of #C1831E
Complementary color
Monochromatic Colors of #C1831E
Black with #C1831E
Text Example
Text Example
White with #C1831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1831E; }
p { color: rgb(193,131,30); }
H1.HeaderClassName
{
color: #C1831E;
}
.AnyTagClassName
{
color: #C1831E;
}
</style>
background-color css
<style>
a { background-color: #C1831E; }
a { background-color: rgb(193,131,30); }
div.DivClassName
{
background-color: #C1831E;
}
.BgClassName
{
background-color: #C1831E;
}
</style>
border-color css
<style>
span { border-color: #C1831E; }
span { border-color: rgb(193,131,30); }
td.TdClassName
{
border-color: #C1831E;
}
.TagClassName
{
border-color: #C1831E;
}
</style>