Shades of Geebung #C9812D
Tints of Geebung #C9812D
RGB
CMYK
RGB Variations
Color information
#C9812D (or 0xC9812D) is known color: Geebung. HEX triplet: C9, 81 and 2D. RGB value is (201,129,45). Sum of RGB (Red+Green+Blue) = 201+129+45=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9812D is #367ED2. Grayscale: #8D8D8D. Windows color (decimal): -3571411 or 2982345. OLE color: 2982345.
HSL color Cylindrical-coordinate representation of color #C9812D: hue angle of 32.31º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9812D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 45 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.21 |
| HSL | 32.31º | 0.63% | 0.48% | - |
| HSV(B) | 32.31º | 0.78% | 0.79% | - |
| XYZ | 32.41 | 28.31 | 6.24 | - |
| YUV | 140.95 | 73.85 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 45 | 0 | 0.36 | 0.78 | 0.21 | 32.31 | 0.63 | 0.48 |
| Hex | C9 | 81 | 2D | 0 | 24 | 4E | 15 | 20 | 3F | 30 |
| Octal | 311 | 201 | 55 | 0 | 44 | 116 | 25 | 40 | 77 | 60 |
| Binary | 11001001 | 10000001 | 101101 | 0 | 100100 | 1001110 | 10101 | 100000 | 111111 | 110000 |
Color Harmonies of #C9812D
Complementary color
Monochromatic Colors of #C9812D
Black with #C9812D
Text Example
Text Example
White with #C9812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9812D; }
p { color: rgb(201,129,45); }
H1.HeaderClassName
{
color: #C9812D;
}
.AnyTagClassName
{
color: #C9812D;
}
</style>
background-color css
<style>
a { background-color: #C9812D; }
a { background-color: rgb(201,129,45); }
div.DivClassName
{
background-color: #C9812D;
}
.BgClassName
{
background-color: #C9812D;
}
</style>
border-color css
<style>
span { border-color: #C9812D; }
span { border-color: rgb(201,129,45); }
td.TdClassName
{
border-color: #C9812D;
}
.TagClassName
{
border-color: #C9812D;
}
</style>