Shades of Geebung #C47C2D
Tints of Geebung #C47C2D
RGB
CMYK
RGB Variations
Color information
#C47C2D (or 0xC47C2D) is known color: Geebung. HEX triplet: C4, 7C and 2D. RGB value is (196,124,45). Sum of RGB (Red+Green+Blue) = 196+124+45=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C2D is #3B83D2. Grayscale: #888888. Windows color (decimal): -3900371 or 2981060. OLE color: 2981060.
HSL color Cylindrical-coordinate representation of color #C47C2D: hue angle of 31.39º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C47C2D is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 45 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.23 |
| HSL | 31.39º | 0.63% | 0.47% | - |
| HSV(B) | 31.39º | 0.77% | 0.77% | - |
| XYZ | 30.45 | 26.34 | 5.96 | - |
| YUV | 136.52 | 76.35 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 45 | 0 | 0.37 | 0.77 | 0.23 | 31.39 | 0.63 | 0.47 |
| Hex | C4 | 7C | 2D | 0 | 25 | 4D | 17 | 1F | 3F | 2F |
| Octal | 304 | 174 | 55 | 0 | 45 | 115 | 27 | 37 | 77 | 57 |
| Binary | 11000100 | 1111100 | 101101 | 0 | 100101 | 1001101 | 10111 | 11111 | 111111 | 101111 |
Color Harmonies of #C47C2D
Complementary color
Monochromatic Colors of #C47C2D
Black with #C47C2D
Text Example
Text Example
White with #C47C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C2D; }
p { color: rgb(196,124,45); }
H1.HeaderClassName
{
color: #C47C2D;
}
.AnyTagClassName
{
color: #C47C2D;
}
</style>
background-color css
<style>
a { background-color: #C47C2D; }
a { background-color: rgb(196,124,45); }
div.DivClassName
{
background-color: #C47C2D;
}
.BgClassName
{
background-color: #C47C2D;
}
</style>
border-color css
<style>
span { border-color: #C47C2D; }
span { border-color: rgb(196,124,45); }
td.TdClassName
{
border-color: #C47C2D;
}
.TagClassName
{
border-color: #C47C2D;
}
</style>