Shades of Geebung #C2882D
Tints of Geebung #C2882D
RGB
CMYK
RGB Variations
Color information
#C2882D (or 0xC2882D) is known color: Geebung. HEX triplet: C2, 88 and 2D. RGB value is (194,136,45). Sum of RGB (Red+Green+Blue) = 194+136+45=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2882D is #3D77D2. Grayscale: #8F8F8F. Windows color (decimal): -4028371 or 2984130. OLE color: 2984130.
HSL color Cylindrical-coordinate representation of color #C2882D: hue angle of 36.64º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2882D is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 45 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.24 |
| HSL | 36.64º | 0.62% | 0.47% | - |
| HSV(B) | 36.64º | 0.77% | 0.76% | - |
| XYZ | 31.53 | 29.27 | 6.47 | - |
| YUV | 142.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 45 | 0 | 0.30 | 0.77 | 0.24 | 36.64 | 0.62 | 0.47 |
| Hex | C2 | 88 | 2D | 0 | 1E | 4D | 18 | 25 | 3E | 2F |
| Octal | 302 | 210 | 55 | 0 | 36 | 115 | 30 | 45 | 76 | 57 |
| Binary | 11000010 | 10001000 | 101101 | 0 | 11110 | 1001101 | 11000 | 100101 | 111110 | 101111 |
Color Harmonies of #C2882D
Complementary color
Monochromatic Colors of #C2882D
Black with #C2882D
Text Example
Text Example
White with #C2882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2882D; }
p { color: rgb(194,136,45); }
H1.HeaderClassName
{
color: #C2882D;
}
.AnyTagClassName
{
color: #C2882D;
}
</style>
background-color css
<style>
a { background-color: #C2882D; }
a { background-color: rgb(194,136,45); }
div.DivClassName
{
background-color: #C2882D;
}
.BgClassName
{
background-color: #C2882D;
}
</style>
border-color css
<style>
span { border-color: #C2882D; }
span { border-color: rgb(194,136,45); }
td.TdClassName
{
border-color: #C2882D;
}
.TagClassName
{
border-color: #C2882D;
}
</style>