Shades of Geebung #C3882B
Tints of Geebung #C3882B
RGB
CMYK
RGB Variations
Color information
#C3882B (or 0xC3882B) is known color: Geebung. HEX triplet: C3, 88 and 2B. RGB value is (195,136,43). Sum of RGB (Red+Green+Blue) = 195+136+43=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3882B is #3C77D4. Grayscale: #8F8F8F. Windows color (decimal): -3962837 or 2853059. OLE color: 2853059.
HSL color Cylindrical-coordinate representation of color #C3882B: hue angle of 36.71º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3882B is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 43 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.24 |
| HSL | 36.71º | 0.64% | 0.47% | - |
| HSV(B) | 36.71º | 0.78% | 0.76% | - |
| XYZ | 31.75 | 29.38 | 6.28 | - |
| YUV | 143.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 43 | 0 | 0.30 | 0.78 | 0.24 | 36.71 | 0.64 | 0.47 |
| Hex | C3 | 88 | 2B | 0 | 1E | 4E | 18 | 25 | 40 | 2F |
| Octal | 303 | 210 | 53 | 0 | 36 | 116 | 30 | 45 | 100 | 57 |
| Binary | 11000011 | 10001000 | 101011 | 0 | 11110 | 1001110 | 11000 | 100101 | 1000000 | 101111 |
Color Harmonies of #C3882B
Complementary color
Monochromatic Colors of #C3882B
Black with #C3882B
Text Example
Text Example
White with #C3882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3882B; }
p { color: rgb(195,136,43); }
H1.HeaderClassName
{
color: #C3882B;
}
.AnyTagClassName
{
color: #C3882B;
}
</style>
background-color css
<style>
a { background-color: #C3882B; }
a { background-color: rgb(195,136,43); }
div.DivClassName
{
background-color: #C3882B;
}
.BgClassName
{
background-color: #C3882B;
}
</style>
border-color css
<style>
span { border-color: #C3882B; }
span { border-color: rgb(195,136,43); }
td.TdClassName
{
border-color: #C3882B;
}
.TagClassName
{
border-color: #C3882B;
}
</style>