Shades of Geebung #C5812E
Tints of Geebung #C5812E
RGB
CMYK
RGB Variations
Color information
#C5812E (or 0xC5812E) is known color: Geebung. HEX triplet: C5, 81 and 2E. RGB value is (197,129,46). Sum of RGB (Red+Green+Blue) = 197+129+46=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5812E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5812E is #3A7ED1. Grayscale: #8C8C8C. Windows color (decimal): -3833554 or 3047877. OLE color: 3047877.
HSL color Cylindrical-coordinate representation of color #C5812E: hue angle of 32.98º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5812E is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 46 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.23 |
| HSL | 32.98º | 0.62% | 0.48% | - |
| HSV(B) | 32.98º | 0.77% | 0.77% | - |
| XYZ | 31.37 | 27.77 | 6.29 | - |
| YUV | 139.87 | 75.03 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 46 | 0 | 0.35 | 0.77 | 0.23 | 32.98 | 0.62 | 0.48 |
| Hex | C5 | 81 | 2E | 0 | 23 | 4D | 17 | 21 | 3E | 30 |
| Octal | 305 | 201 | 56 | 0 | 43 | 115 | 27 | 41 | 76 | 60 |
| Binary | 11000101 | 10000001 | 101110 | 0 | 100011 | 1001101 | 10111 | 100001 | 111110 | 110000 |
Color Harmonies of #C5812E
Complementary color
Monochromatic Colors of #C5812E
Black with #C5812E
Text Example
Text Example
White with #C5812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5812E; }
p { color: rgb(197,129,46); }
H1.HeaderClassName
{
color: #C5812E;
}
.AnyTagClassName
{
color: #C5812E;
}
</style>
background-color css
<style>
a { background-color: #C5812E; }
a { background-color: rgb(197,129,46); }
div.DivClassName
{
background-color: #C5812E;
}
.BgClassName
{
background-color: #C5812E;
}
</style>
border-color css
<style>
span { border-color: #C5812E; }
span { border-color: rgb(197,129,46); }
td.TdClassName
{
border-color: #C5812E;
}
.TagClassName
{
border-color: #C5812E;
}
</style>