Shades of Geebung #C1851E
Tints of Geebung #C1851E
RGB
CMYK
RGB Variations
Color information
#C1851E (or 0xC1851E) is known color: Geebung. HEX triplet: C1, 85 and 1E. RGB value is (193,133,30). Sum of RGB (Red+Green+Blue) = 193+133+30=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1851E is #3E7AE1. Grayscale: #8B8B8B. Windows color (decimal): -4094690 or 2000321. OLE color: 2000321.
HSL color Cylindrical-coordinate representation of color #C1851E: hue angle of 37.91º 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 #C1851E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 30 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.24 |
| HSL | 37.91º | 0.73% | 0.44% | - |
| HSV(B) | 37.91º | 0.84% | 0.76% | - |
| XYZ | 30.61 | 28.21 | 5.06 | - |
| YUV | 139.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 30 | 0 | 0.31 | 0.84 | 0.24 | 37.91 | 0.73 | 0.44 |
| Hex | C1 | 85 | 1E | 0 | 1F | 54 | 18 | 26 | 49 | 2C |
| Octal | 301 | 205 | 36 | 0 | 37 | 124 | 30 | 46 | 111 | 54 |
| Binary | 11000001 | 10000101 | 11110 | 0 | 11111 | 1010100 | 11000 | 100110 | 1001001 | 101100 |
Color Harmonies of #C1851E
Complementary color
Monochromatic Colors of #C1851E
Black with #C1851E
Text Example
Text Example
White with #C1851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1851E; }
p { color: rgb(193,133,30); }
H1.HeaderClassName
{
color: #C1851E;
}
.AnyTagClassName
{
color: #C1851E;
}
</style>
background-color css
<style>
a { background-color: #C1851E; }
a { background-color: rgb(193,133,30); }
div.DivClassName
{
background-color: #C1851E;
}
.BgClassName
{
background-color: #C1851E;
}
</style>
border-color css
<style>
span { border-color: #C1851E; }
span { border-color: rgb(193,133,30); }
td.TdClassName
{
border-color: #C1851E;
}
.TagClassName
{
border-color: #C1851E;
}
</style>