Shades of Geebung #C1831F
Tints of Geebung #C1831F
RGB
CMYK
RGB Variations
Color information
#C1831F (or 0xC1831F) is known color: Geebung. HEX triplet: C1, 83 and 1F. RGB value is (193,131,31). Sum of RGB (Red+Green+Blue) = 193+131+31=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1831F is #3E7CE0. Grayscale: #8A8A8A. Windows color (decimal): -4095201 or 2065345. OLE color: 2065345.
HSL color Cylindrical-coordinate representation of color #C1831F: hue angle of 37.04º degrees, saturation: 0.72, 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 #C1831F is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 31 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.24 |
| HSL | 37.04º | 0.72% | 0.44% | - |
| HSV(B) | 37.04º | 0.84% | 0.76% | - |
| XYZ | 30.36 | 27.67 | 5.04 | - |
| YUV | 138.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 31 | 0 | 0.32 | 0.84 | 0.24 | 37.04 | 0.72 | 0.44 |
| Hex | C1 | 83 | 1F | 0 | 20 | 54 | 18 | 25 | 48 | 2C |
| Octal | 301 | 203 | 37 | 0 | 40 | 124 | 30 | 45 | 110 | 54 |
| Binary | 11000001 | 10000011 | 11111 | 0 | 100000 | 1010100 | 11000 | 100101 | 1001000 | 101100 |
Color Harmonies of #C1831F
Complementary color
Monochromatic Colors of #C1831F
Black with #C1831F
Text Example
Text Example
White with #C1831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1831F; }
p { color: rgb(193,131,31); }
H1.HeaderClassName
{
color: #C1831F;
}
.AnyTagClassName
{
color: #C1831F;
}
</style>
background-color css
<style>
a { background-color: #C1831F; }
a { background-color: rgb(193,131,31); }
div.DivClassName
{
background-color: #C1831F;
}
.BgClassName
{
background-color: #C1831F;
}
</style>
border-color css
<style>
span { border-color: #C1831F; }
span { border-color: rgb(193,131,31); }
td.TdClassName
{
border-color: #C1831F;
}
.TagClassName
{
border-color: #C1831F;
}
</style>