Shades of Geebung #C1861F
Tints of Geebung #C1861F
RGB
CMYK
RGB Variations
Color information
#C1861F (or 0xC1861F) is known color: Geebung. HEX triplet: C1, 86 and 1F. RGB value is (193,134,31). Sum of RGB (Red+Green+Blue) = 193+134+31=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1861F is #3E79E0. Grayscale: #8C8C8C. Windows color (decimal): -4094433 or 2066113. OLE color: 2066113.
HSL color Cylindrical-coordinate representation of color #C1861F: hue angle of 38.15º 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 #C1861F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 31 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.24 |
| HSL | 38.15º | 0.72% | 0.44% | - |
| HSV(B) | 38.15º | 0.84% | 0.76% | - |
| XYZ | 30.76 | 28.49 | 5.17 | - |
| YUV | 139.9 | 66.55 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 31 | 0 | 0.31 | 0.84 | 0.24 | 38.15 | 0.72 | 0.44 |
| Hex | C1 | 86 | 1F | 0 | 1F | 54 | 18 | 26 | 48 | 2C |
| Octal | 301 | 206 | 37 | 0 | 37 | 124 | 30 | 46 | 110 | 54 |
| Binary | 11000001 | 10000110 | 11111 | 0 | 11111 | 1010100 | 11000 | 100110 | 1001000 | 101100 |
Color Harmonies of #C1861F
Complementary color
Monochromatic Colors of #C1861F
Black with #C1861F
Text Example
Text Example
White with #C1861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1861F; }
p { color: rgb(193,134,31); }
H1.HeaderClassName
{
color: #C1861F;
}
.AnyTagClassName
{
color: #C1861F;
}
</style>
background-color css
<style>
a { background-color: #C1861F; }
a { background-color: rgb(193,134,31); }
div.DivClassName
{
background-color: #C1861F;
}
.BgClassName
{
background-color: #C1861F;
}
</style>
border-color css
<style>
span { border-color: #C1861F; }
span { border-color: rgb(193,134,31); }
td.TdClassName
{
border-color: #C1861F;
}
.TagClassName
{
border-color: #C1861F;
}
</style>