Shades of Geebung #C9872D
Tints of Geebung #C9872D
RGB
CMYK
RGB Variations
Color information
#C9872D (or 0xC9872D) is known color: Geebung. HEX triplet: C9, 87 and 2D. RGB value is (201,135,45). Sum of RGB (Red+Green+Blue) = 201+135+45=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9872D is #3678D2. Grayscale: #909090. Windows color (decimal): -3569875 or 2983881. OLE color: 2983881.
HSL color Cylindrical-coordinate representation of color #C9872D: hue angle of 34.62º 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 #C9872D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 45 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.21 |
| HSL | 34.62º | 0.63% | 0.48% | - |
| HSV(B) | 34.62º | 0.78% | 0.79% | - |
| XYZ | 33.23 | 29.93 | 6.51 | - |
| YUV | 144.47 | 71.87 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 45 | 0 | 0.33 | 0.78 | 0.21 | 34.62 | 0.63 | 0.48 |
| Hex | C9 | 87 | 2D | 0 | 21 | 4E | 15 | 23 | 3F | 30 |
| Octal | 311 | 207 | 55 | 0 | 41 | 116 | 25 | 43 | 77 | 60 |
| Binary | 11001001 | 10000111 | 101101 | 0 | 100001 | 1001110 | 10101 | 100011 | 111111 | 110000 |
Color Harmonies of #C9872D
Complementary color
Monochromatic Colors of #C9872D
Black with #C9872D
Text Example
Text Example
White with #C9872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9872D; }
p { color: rgb(201,135,45); }
H1.HeaderClassName
{
color: #C9872D;
}
.AnyTagClassName
{
color: #C9872D;
}
</style>
background-color css
<style>
a { background-color: #C9872D; }
a { background-color: rgb(201,135,45); }
div.DivClassName
{
background-color: #C9872D;
}
.BgClassName
{
background-color: #C9872D;
}
</style>
border-color css
<style>
span { border-color: #C9872D; }
span { border-color: rgb(201,135,45); }
td.TdClassName
{
border-color: #C9872D;
}
.TagClassName
{
border-color: #C9872D;
}
</style>