Shades of Geebung #C5812D
Tints of Geebung #C5812D
RGB
CMYK
RGB Variations
Color information
#C5812D (or 0xC5812D) is known color: Geebung. HEX triplet: C5, 81 and 2D. RGB value is (197,129,45). Sum of RGB (Red+Green+Blue) = 197+129+45=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5812D is #3A7ED2. Grayscale: #8C8C8C. Windows color (decimal): -3833555 or 2982341. OLE color: 2982341.
HSL color Cylindrical-coordinate representation of color #C5812D: hue angle of 33.16º 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 #C5812D is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 45 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.23 |
| HSL | 33.16º | 0.63% | 0.47% | - |
| HSV(B) | 33.16º | 0.77% | 0.77% | - |
| XYZ | 31.35 | 27.76 | 6.19 | - |
| YUV | 139.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 45 | 0 | 0.35 | 0.77 | 0.23 | 33.16 | 0.63 | 0.47 |
| Hex | C5 | 81 | 2D | 0 | 23 | 4D | 17 | 21 | 3F | 2F |
| Octal | 305 | 201 | 55 | 0 | 43 | 115 | 27 | 41 | 77 | 57 |
| Binary | 11000101 | 10000001 | 101101 | 0 | 100011 | 1001101 | 10111 | 100001 | 111111 | 101111 |
Color Harmonies of #C5812D
Complementary color
Monochromatic Colors of #C5812D
Black with #C5812D
Text Example
Text Example
White with #C5812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5812D; }
p { color: rgb(197,129,45); }
H1.HeaderClassName
{
color: #C5812D;
}
.AnyTagClassName
{
color: #C5812D;
}
</style>
background-color css
<style>
a { background-color: #C5812D; }
a { background-color: rgb(197,129,45); }
div.DivClassName
{
background-color: #C5812D;
}
.BgClassName
{
background-color: #C5812D;
}
</style>
border-color css
<style>
span { border-color: #C5812D; }
span { border-color: rgb(197,129,45); }
td.TdClassName
{
border-color: #C5812D;
}
.TagClassName
{
border-color: #C5812D;
}
</style>