Shades of Geebung #C2871F
Tints of Geebung #C2871F
RGB
CMYK
RGB Variations
Color information
#C2871F (or 0xC2871F) is known color: Geebung. HEX triplet: C2, 87 and 1F. RGB value is (194,135,31). Sum of RGB (Red+Green+Blue) = 194+135+31=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2871F is #3D78E0. Grayscale: #8D8D8D. Windows color (decimal): -4028641 or 2066370. OLE color: 2066370.
HSL color Cylindrical-coordinate representation of color #C2871F: hue angle of 38.28º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2871F is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 31 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.24 |
| HSL | 38.28º | 0.72% | 0.44% | - |
| HSV(B) | 38.28º | 0.84% | 0.76% | - |
| XYZ | 31.16 | 28.9 | 5.23 | - |
| YUV | 140.79 | 66.05 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 31 | 0 | 0.30 | 0.84 | 0.24 | 38.28 | 0.72 | 0.44 |
| Hex | C2 | 87 | 1F | 0 | 1E | 54 | 18 | 26 | 48 | 2C |
| Octal | 302 | 207 | 37 | 0 | 36 | 124 | 30 | 46 | 110 | 54 |
| Binary | 11000010 | 10000111 | 11111 | 0 | 11110 | 1010100 | 11000 | 100110 | 1001000 | 101100 |
Color Harmonies of #C2871F
Complementary color
Monochromatic Colors of #C2871F
Black with #C2871F
Text Example
Text Example
White with #C2871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2871F; }
p { color: rgb(194,135,31); }
H1.HeaderClassName
{
color: #C2871F;
}
.AnyTagClassName
{
color: #C2871F;
}
</style>
background-color css
<style>
a { background-color: #C2871F; }
a { background-color: rgb(194,135,31); }
div.DivClassName
{
background-color: #C2871F;
}
.BgClassName
{
background-color: #C2871F;
}
</style>
border-color css
<style>
span { border-color: #C2871F; }
span { border-color: rgb(194,135,31); }
td.TdClassName
{
border-color: #C2871F;
}
.TagClassName
{
border-color: #C2871F;
}
</style>