Shades of Geebung #C5872D
Tints of Geebung #C5872D
RGB
CMYK
RGB Variations
Color information
#C5872D (or 0xC5872D) is known color: Geebung. HEX triplet: C5, 87 and 2D. RGB value is (197,135,45). Sum of RGB (Red+Green+Blue) = 197+135+45=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5872D is #3A78D2. Grayscale: #8F8F8F. Windows color (decimal): -3832019 or 2983877. OLE color: 2983877.
HSL color Cylindrical-coordinate representation of color #C5872D: hue angle of 35.53º 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 #C5872D is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 45 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.23 |
| HSL | 35.53º | 0.63% | 0.47% | - |
| HSV(B) | 35.53º | 0.77% | 0.77% | - |
| XYZ | 32.16 | 29.39 | 6.46 | - |
| YUV | 143.28 | 72.54 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 45 | 0 | 0.31 | 0.77 | 0.23 | 35.53 | 0.63 | 0.47 |
| Hex | C5 | 87 | 2D | 0 | 1F | 4D | 17 | 24 | 3F | 2F |
| Octal | 305 | 207 | 55 | 0 | 37 | 115 | 27 | 44 | 77 | 57 |
| Binary | 11000101 | 10000111 | 101101 | 0 | 11111 | 1001101 | 10111 | 100100 | 111111 | 101111 |
Color Harmonies of #C5872D
Complementary color
Monochromatic Colors of #C5872D
Black with #C5872D
Text Example
Text Example
White with #C5872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5872D; }
p { color: rgb(197,135,45); }
H1.HeaderClassName
{
color: #C5872D;
}
.AnyTagClassName
{
color: #C5872D;
}
</style>
background-color css
<style>
a { background-color: #C5872D; }
a { background-color: rgb(197,135,45); }
div.DivClassName
{
background-color: #C5872D;
}
.BgClassName
{
background-color: #C5872D;
}
</style>
border-color css
<style>
span { border-color: #C5872D; }
span { border-color: rgb(197,135,45); }
td.TdClassName
{
border-color: #C5872D;
}
.TagClassName
{
border-color: #C5872D;
}
</style>