Shades of Geebung #C3882D
Tints of Geebung #C3882D
RGB
CMYK
RGB Variations
Color information
#C3882D (or 0xC3882D) is known color: Geebung. HEX triplet: C3, 88 and 2D. RGB value is (195,136,45). Sum of RGB (Red+Green+Blue) = 195+136+45=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3882D is #3C77D2. Grayscale: #8F8F8F. Windows color (decimal): -3962835 or 2984131. OLE color: 2984131.
HSL color Cylindrical-coordinate representation of color #C3882D: hue angle of 36.4º 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 #C3882D is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 45 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.24 |
| HSL | 36.4º | 0.63% | 0.47% | - |
| HSV(B) | 36.4º | 0.77% | 0.76% | - |
| XYZ | 31.78 | 29.4 | 6.48 | - |
| YUV | 143.27 | 72.55 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 45 | 0 | 0.30 | 0.77 | 0.24 | 36.4 | 0.63 | 0.47 |
| Hex | C3 | 88 | 2D | 0 | 1E | 4D | 18 | 24 | 3E | 2F |
| Octal | 303 | 210 | 55 | 0 | 36 | 115 | 30 | 44 | 76 | 57 |
| Binary | 11000011 | 10001000 | 101101 | 0 | 11110 | 1001101 | 11000 | 100100 | 111110 | 101111 |
Color Harmonies of #C3882D
Complementary color
Monochromatic Colors of #C3882D
Black with #C3882D
Text Example
Text Example
White with #C3882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3882D; }
p { color: rgb(195,136,45); }
H1.HeaderClassName
{
color: #C3882D;
}
.AnyTagClassName
{
color: #C3882D;
}
</style>
background-color css
<style>
a { background-color: #C3882D; }
a { background-color: rgb(195,136,45); }
div.DivClassName
{
background-color: #C3882D;
}
.BgClassName
{
background-color: #C3882D;
}
</style>
border-color css
<style>
span { border-color: #C3882D; }
span { border-color: rgb(195,136,45); }
td.TdClassName
{
border-color: #C3882D;
}
.TagClassName
{
border-color: #C3882D;
}
</style>