Shades of Geebung #C47B2C
Tints of Geebung #C47B2C
RGB
CMYK
RGB Variations
Color information
#C47B2C (or 0xC47B2C) is known color: Geebung. HEX triplet: C4, 7B and 2C. RGB value is (196,123,44). Sum of RGB (Red+Green+Blue) = 196+123+44=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B2C is #3B84D3. Grayscale: #888888. Windows color (decimal): -3900628 or 2915268. OLE color: 2915268.
HSL color Cylindrical-coordinate representation of color #C47B2C: hue angle of 31.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C47B2C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 44 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.23 |
| HSL | 31.18º | 0.63% | 0.47% | - |
| HSV(B) | 31.18º | 0.78% | 0.77% | - |
| XYZ | 30.3 | 26.08 | 5.82 | - |
| YUV | 135.82 | 76.18 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 44 | 0 | 0.37 | 0.78 | 0.23 | 31.18 | 0.63 | 0.47 |
| Hex | C4 | 7B | 2C | 0 | 25 | 4E | 17 | 1F | 3F | 2F |
| Octal | 304 | 173 | 54 | 0 | 45 | 116 | 27 | 37 | 77 | 57 |
| Binary | 11000100 | 1111011 | 101100 | 0 | 100101 | 1001110 | 10111 | 11111 | 111111 | 101111 |
Color Harmonies of #C47B2C
Complementary color
Monochromatic Colors of #C47B2C
Black with #C47B2C
Text Example
Text Example
White with #C47B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B2C; }
p { color: rgb(196,123,44); }
H1.HeaderClassName
{
color: #C47B2C;
}
.AnyTagClassName
{
color: #C47B2C;
}
</style>
background-color css
<style>
a { background-color: #C47B2C; }
a { background-color: rgb(196,123,44); }
div.DivClassName
{
background-color: #C47B2C;
}
.BgClassName
{
background-color: #C47B2C;
}
</style>
border-color css
<style>
span { border-color: #C47B2C; }
span { border-color: rgb(196,123,44); }
td.TdClassName
{
border-color: #C47B2C;
}
.TagClassName
{
border-color: #C47B2C;
}
</style>