Shades of Geebung #C5881F
Tints of Geebung #C5881F
RGB
CMYK
RGB Variations
Color information
#C5881F (or 0xC5881F) is known color: Geebung. HEX triplet: C5, 88 and 1F. RGB value is (197,136,31). Sum of RGB (Red+Green+Blue) = 197+136+31=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5881F is #3A77E0. Grayscale: #8E8E8E. Windows color (decimal): -3831777 or 2066629. OLE color: 2066629.
HSL color Cylindrical-coordinate representation of color #C5881F: hue angle of 37.95º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5881F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 31 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.23 |
| HSL | 37.95º | 0.73% | 0.45% | - |
| HSV(B) | 37.95º | 0.84% | 0.77% | - |
| XYZ | 32.08 | 29.58 | 5.31 | - |
| YUV | 142.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 31 | 0 | 0.31 | 0.84 | 0.23 | 37.95 | 0.73 | 0.45 |
| Hex | C5 | 88 | 1F | 0 | 1F | 54 | 17 | 26 | 49 | 2D |
| Octal | 305 | 210 | 37 | 0 | 37 | 124 | 27 | 46 | 111 | 55 |
| Binary | 11000101 | 10001000 | 11111 | 0 | 11111 | 1010100 | 10111 | 100110 | 1001001 | 101101 |
Color Harmonies of #C5881F
Complementary color
Monochromatic Colors of #C5881F
Black with #C5881F
Text Example
Text Example
White with #C5881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5881F; }
p { color: rgb(197,136,31); }
H1.HeaderClassName
{
color: #C5881F;
}
.AnyTagClassName
{
color: #C5881F;
}
</style>
background-color css
<style>
a { background-color: #C5881F; }
a { background-color: rgb(197,136,31); }
div.DivClassName
{
background-color: #C5881F;
}
.BgClassName
{
background-color: #C5881F;
}
</style>
border-color css
<style>
span { border-color: #C5881F; }
span { border-color: rgb(197,136,31); }
td.TdClassName
{
border-color: #C5881F;
}
.TagClassName
{
border-color: #C5881F;
}
</style>