Shades of Geebung #C2882B
Tints of Geebung #C2882B
RGB
CMYK
RGB Variations
Color information
#C2882B (or 0xC2882B) is known color: Geebung. HEX triplet: C2, 88 and 2B. RGB value is (194,136,43). Sum of RGB (Red+Green+Blue) = 194+136+43=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2882B is #3D77D4. Grayscale: #8F8F8F. Windows color (decimal): -4028373 or 2853058. OLE color: 2853058.
HSL color Cylindrical-coordinate representation of color #C2882B: hue angle of 36.95º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2882B is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 43 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.24 |
| HSL | 36.95º | 0.64% | 0.46% | - |
| HSV(B) | 36.95º | 0.78% | 0.76% | - |
| XYZ | 31.49 | 29.25 | 6.27 | - |
| YUV | 142.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 43 | 0 | 0.30 | 0.78 | 0.24 | 36.95 | 0.64 | 0.46 |
| Hex | C2 | 88 | 2B | 0 | 1E | 4E | 18 | 25 | 40 | 2E |
| Octal | 302 | 210 | 53 | 0 | 36 | 116 | 30 | 45 | 100 | 56 |
| Binary | 11000010 | 10001000 | 101011 | 0 | 11110 | 1001110 | 11000 | 100101 | 1000000 | 101110 |
Color Harmonies of #C2882B
Complementary color
Monochromatic Colors of #C2882B
Black with #C2882B
Text Example
Text Example
White with #C2882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2882B; }
p { color: rgb(194,136,43); }
H1.HeaderClassName
{
color: #C2882B;
}
.AnyTagClassName
{
color: #C2882B;
}
</style>
background-color css
<style>
a { background-color: #C2882B; }
a { background-color: rgb(194,136,43); }
div.DivClassName
{
background-color: #C2882B;
}
.BgClassName
{
background-color: #C2882B;
}
</style>
border-color css
<style>
span { border-color: #C2882B; }
span { border-color: rgb(194,136,43); }
td.TdClassName
{
border-color: #C2882B;
}
.TagClassName
{
border-color: #C2882B;
}
</style>