Shades of Geebung #C1861E
Tints of Geebung #C1861E
RGB
CMYK
RGB Variations
Color information
#C1861E (or 0xC1861E) is known color: Geebung. HEX triplet: C1, 86 and 1E. RGB value is (193,134,30). Sum of RGB (Red+Green+Blue) = 193+134+30=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1861E is #3E79E1. Grayscale: #8C8C8C. Windows color (decimal): -4094434 or 2000577. OLE color: 2000577.
HSL color Cylindrical-coordinate representation of color #C1861E: hue angle of 38.28º 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 #C1861E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 30 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.24 |
| HSL | 38.28º | 0.73% | 0.44% | - |
| HSV(B) | 38.28º | 0.84% | 0.76% | - |
| XYZ | 30.75 | 28.48 | 5.1 | - |
| YUV | 139.79 | 66.05 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 30 | 0 | 0.31 | 0.84 | 0.24 | 38.28 | 0.73 | 0.44 |
| Hex | C1 | 86 | 1E | 0 | 1F | 54 | 18 | 26 | 49 | 2C |
| Octal | 301 | 206 | 36 | 0 | 37 | 124 | 30 | 46 | 111 | 54 |
| Binary | 11000001 | 10000110 | 11110 | 0 | 11111 | 1010100 | 11000 | 100110 | 1001001 | 101100 |
Color Harmonies of #C1861E
Complementary color
Monochromatic Colors of #C1861E
Black with #C1861E
Text Example
Text Example
White with #C1861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1861E; }
p { color: rgb(193,134,30); }
H1.HeaderClassName
{
color: #C1861E;
}
.AnyTagClassName
{
color: #C1861E;
}
</style>
background-color css
<style>
a { background-color: #C1861E; }
a { background-color: rgb(193,134,30); }
div.DivClassName
{
background-color: #C1861E;
}
.BgClassName
{
background-color: #C1861E;
}
</style>
border-color css
<style>
span { border-color: #C1861E; }
span { border-color: rgb(193,134,30); }
td.TdClassName
{
border-color: #C1861E;
}
.TagClassName
{
border-color: #C1861E;
}
</style>