Shades of Geebung #C1892F
Tints of Geebung #C1892F
RGB
CMYK
RGB Variations
Color information
#C1892F (or 0xC1892F) is known color: Geebung. HEX triplet: C1, 89 and 2F. RGB value is (193,137,47). Sum of RGB (Red+Green+Blue) = 193+137+47=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C1892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1892F is #3E76D0. Grayscale: #8F8F8F. Windows color (decimal): -4093649 or 3115457. OLE color: 3115457.
HSL color Cylindrical-coordinate representation of color #C1892F: hue angle of 36.99º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1892F is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 47 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.24 |
| HSL | 36.99º | 0.61% | 0.47% | - |
| HSV(B) | 36.99º | 0.76% | 0.76% | - |
| XYZ | 31.45 | 29.43 | 6.71 | - |
| YUV | 143.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 47 | 0 | 0.29 | 0.76 | 0.24 | 36.99 | 0.61 | 0.47 |
| Hex | C1 | 89 | 2F | 0 | 1D | 4C | 18 | 25 | 3D | 2F |
| Octal | 301 | 211 | 57 | 0 | 35 | 114 | 30 | 45 | 75 | 57 |
| Binary | 11000001 | 10001001 | 101111 | 0 | 11101 | 1001100 | 11000 | 100101 | 111101 | 101111 |
Color Harmonies of #C1892F
Complementary color
Monochromatic Colors of #C1892F
Black with #C1892F
Text Example
Text Example
White with #C1892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1892F; }
p { color: rgb(193,137,47); }
H1.HeaderClassName
{
color: #C1892F;
}
.AnyTagClassName
{
color: #C1892F;
}
</style>
background-color css
<style>
a { background-color: #C1892F; }
a { background-color: rgb(193,137,47); }
div.DivClassName
{
background-color: #C1892F;
}
.BgClassName
{
background-color: #C1892F;
}
</style>
border-color css
<style>
span { border-color: #C1892F; }
span { border-color: rgb(193,137,47); }
td.TdClassName
{
border-color: #C1892F;
}
.TagClassName
{
border-color: #C1892F;
}
</style>