Shades of Geebung #C9851F
Tints of Geebung #C9851F
RGB
CMYK
RGB Variations
Color information
#C9851F (or 0xC9851F) is known color: Geebung. HEX triplet: C9, 85 and 1F. RGB value is (201,133,31). Sum of RGB (Red+Green+Blue) = 201+133+31=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9851F is #367AE0. Grayscale: #8E8E8E. Windows color (decimal): -3570401 or 2065865. OLE color: 2065865.
HSL color Cylindrical-coordinate representation of color #C9851F: hue angle of 36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9851F is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 31 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.21 |
| HSL | 36º | 0.73% | 0.45% | - |
| HSV(B) | 36º | 0.85% | 0.79% | - |
| XYZ | 32.72 | 29.29 | 5.23 | - |
| YUV | 141.7 | 65.53 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 31 | 0 | 0.34 | 0.85 | 0.21 | 36 | 0.73 | 0.45 |
| Hex | C9 | 85 | 1F | 0 | 22 | 55 | 15 | 24 | 49 | 2D |
| Octal | 311 | 205 | 37 | 0 | 42 | 125 | 25 | 44 | 111 | 55 |
| Binary | 11001001 | 10000101 | 11111 | 0 | 100010 | 1010101 | 10101 | 100100 | 1001001 | 101101 |
Color Harmonies of #C9851F
Complementary color
Monochromatic Colors of #C9851F
Black with #C9851F
Text Example
Text Example
White with #C9851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9851F; }
p { color: rgb(201,133,31); }
H1.HeaderClassName
{
color: #C9851F;
}
.AnyTagClassName
{
color: #C9851F;
}
</style>
background-color css
<style>
a { background-color: #C9851F; }
a { background-color: rgb(201,133,31); }
div.DivClassName
{
background-color: #C9851F;
}
.BgClassName
{
background-color: #C9851F;
}
</style>
border-color css
<style>
span { border-color: #C9851F; }
span { border-color: rgb(201,133,31); }
td.TdClassName
{
border-color: #C9851F;
}
.TagClassName
{
border-color: #C9851F;
}
</style>