Shades of Geebung #C5882D
Tints of Geebung #C5882D
RGB
CMYK
RGB Variations
Color information
#C5882D (or 0xC5882D) is known color: Geebung. HEX triplet: C5, 88 and 2D. RGB value is (197,136,45). Sum of RGB (Red+Green+Blue) = 197+136+45=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5882D is #3A77D2. Grayscale: #909090. Windows color (decimal): -3831763 or 2984133. OLE color: 2984133.
HSL color Cylindrical-coordinate representation of color #C5882D: hue angle of 35.92º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5882D is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 45 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.23 |
| HSL | 35.92º | 0.63% | 0.47% | - |
| HSV(B) | 35.92º | 0.77% | 0.77% | - |
| XYZ | 32.3 | 29.67 | 6.51 | - |
| YUV | 143.87 | 72.21 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 45 | 0 | 0.31 | 0.77 | 0.23 | 35.92 | 0.63 | 0.47 |
| Hex | C5 | 88 | 2D | 0 | 1F | 4D | 17 | 24 | 3F | 2F |
| Octal | 305 | 210 | 55 | 0 | 37 | 115 | 27 | 44 | 77 | 57 |
| Binary | 11000101 | 10001000 | 101101 | 0 | 11111 | 1001101 | 10111 | 100100 | 111111 | 101111 |
Color Harmonies of #C5882D
Complementary color
Monochromatic Colors of #C5882D
Black with #C5882D
Text Example
Text Example
White with #C5882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5882D; }
p { color: rgb(197,136,45); }
H1.HeaderClassName
{
color: #C5882D;
}
.AnyTagClassName
{
color: #C5882D;
}
</style>
background-color css
<style>
a { background-color: #C5882D; }
a { background-color: rgb(197,136,45); }
div.DivClassName
{
background-color: #C5882D;
}
.BgClassName
{
background-color: #C5882D;
}
</style>
border-color css
<style>
span { border-color: #C5882D; }
span { border-color: rgb(197,136,45); }
td.TdClassName
{
border-color: #C5882D;
}
.TagClassName
{
border-color: #C5882D;
}
</style>