Shades of Geebung #C1841F
Tints of Geebung #C1841F
RGB
CMYK
RGB Variations
Color information
#C1841F (or 0xC1841F) is known color: Geebung. HEX triplet: C1, 84 and 1F. RGB value is (193,132,31). Sum of RGB (Red+Green+Blue) = 193+132+31=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1841F is #3E7BE0. Grayscale: #8B8B8B. Windows color (decimal): -4094945 or 2065601. OLE color: 2065601.
HSL color Cylindrical-coordinate representation of color #C1841F: hue angle of 37.41º 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 #C1841F is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 31 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.24 |
| HSL | 37.41º | 0.72% | 0.44% | - |
| HSV(B) | 37.41º | 0.84% | 0.76% | - |
| XYZ | 30.49 | 27.94 | 5.08 | - |
| YUV | 138.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 31 | 0 | 0.32 | 0.84 | 0.24 | 37.41 | 0.72 | 0.44 |
| Hex | C1 | 84 | 1F | 0 | 20 | 54 | 18 | 25 | 48 | 2C |
| Octal | 301 | 204 | 37 | 0 | 40 | 124 | 30 | 45 | 110 | 54 |
| Binary | 11000001 | 10000100 | 11111 | 0 | 100000 | 1010100 | 11000 | 100101 | 1001000 | 101100 |
Color Harmonies of #C1841F
Complementary color
Monochromatic Colors of #C1841F
Black with #C1841F
Text Example
Text Example
White with #C1841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1841F; }
p { color: rgb(193,132,31); }
H1.HeaderClassName
{
color: #C1841F;
}
.AnyTagClassName
{
color: #C1841F;
}
</style>
background-color css
<style>
a { background-color: #C1841F; }
a { background-color: rgb(193,132,31); }
div.DivClassName
{
background-color: #C1841F;
}
.BgClassName
{
background-color: #C1841F;
}
</style>
border-color css
<style>
span { border-color: #C1841F; }
span { border-color: rgb(193,132,31); }
td.TdClassName
{
border-color: #C1841F;
}
.TagClassName
{
border-color: #C1841F;
}
</style>