Shades of Geebung #C3872D
Tints of Geebung #C3872D
RGB
CMYK
RGB Variations
Color information
#C3872D (or 0xC3872D) is known color: Geebung. HEX triplet: C3, 87 and 2D. RGB value is (195,135,45). Sum of RGB (Red+Green+Blue) = 195+135+45=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3872D is #3C78D2. Grayscale: #8F8F8F. Windows color (decimal): -3963091 or 2983875. OLE color: 2983875.
HSL color Cylindrical-coordinate representation of color #C3872D: hue angle of 36º 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 #C3872D is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 45 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.24 |
| HSL | 36º | 0.63% | 0.47% | - |
| HSV(B) | 36º | 0.77% | 0.76% | - |
| XYZ | 31.64 | 29.12 | 6.44 | - |
| YUV | 142.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 45 | 0 | 0.31 | 0.77 | 0.24 | 36 | 0.63 | 0.47 |
| Hex | C3 | 87 | 2D | 0 | 1F | 4D | 18 | 24 | 3E | 2F |
| Octal | 303 | 207 | 55 | 0 | 37 | 115 | 30 | 44 | 76 | 57 |
| Binary | 11000011 | 10000111 | 101101 | 0 | 11111 | 1001101 | 11000 | 100100 | 111110 | 101111 |
Color Harmonies of #C3872D
Complementary color
Monochromatic Colors of #C3872D
Black with #C3872D
Text Example
Text Example
White with #C3872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3872D; }
p { color: rgb(195,135,45); }
H1.HeaderClassName
{
color: #C3872D;
}
.AnyTagClassName
{
color: #C3872D;
}
</style>
background-color css
<style>
a { background-color: #C3872D; }
a { background-color: rgb(195,135,45); }
div.DivClassName
{
background-color: #C3872D;
}
.BgClassName
{
background-color: #C3872D;
}
</style>
border-color css
<style>
span { border-color: #C3872D; }
span { border-color: rgb(195,135,45); }
td.TdClassName
{
border-color: #C3872D;
}
.TagClassName
{
border-color: #C3872D;
}
</style>