Shades of Geebung #C47D27
Tints of Geebung #C47D27
RGB
CMYK
RGB Variations
Color information
#C47D27 (or 0xC47D27) is known color: Geebung. HEX triplet: C4, 7D and 27. RGB value is (196,125,39). Sum of RGB (Red+Green+Blue) = 196+125+39=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D27 is #3B82D8. Grayscale: #888888. Windows color (decimal): -3900121 or 2588100. OLE color: 2588100.
HSL color Cylindrical-coordinate representation of color #C47D27: hue angle of 32.87º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C47D27 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 39 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.23 |
| HSL | 32.87º | 0.67% | 0.46% | - |
| HSV(B) | 32.87º | 0.8% | 0.77% | - |
| XYZ | 30.46 | 26.55 | 5.44 | - |
| YUV | 136.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 39 | 0 | 0.36 | 0.80 | 0.23 | 32.87 | 0.67 | 0.46 |
| Hex | C4 | 7D | 27 | 0 | 24 | 50 | 17 | 21 | 43 | 2E |
| Octal | 304 | 175 | 47 | 0 | 44 | 120 | 27 | 41 | 103 | 56 |
| Binary | 11000100 | 1111101 | 100111 | 0 | 100100 | 1010000 | 10111 | 100001 | 1000011 | 101110 |
Color Harmonies of #C47D27
Complementary color
Monochromatic Colors of #C47D27
Black with #C47D27
Text Example
Text Example
White with #C47D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D27; }
p { color: rgb(196,125,39); }
H1.HeaderClassName
{
color: #C47D27;
}
.AnyTagClassName
{
color: #C47D27;
}
</style>
background-color css
<style>
a { background-color: #C47D27; }
a { background-color: rgb(196,125,39); }
div.DivClassName
{
background-color: #C47D27;
}
.BgClassName
{
background-color: #C47D27;
}
</style>
border-color css
<style>
span { border-color: #C47D27; }
span { border-color: rgb(196,125,39); }
td.TdClassName
{
border-color: #C47D27;
}
.TagClassName
{
border-color: #C47D27;
}
</style>