Shades of Geebung #C47D28
Tints of Geebung #C47D28
RGB
CMYK
RGB Variations
Color information
#C47D28 (or 0xC47D28) is known color: Geebung. HEX triplet: C4, 7D and 28. RGB value is (196,125,40). Sum of RGB (Red+Green+Blue) = 196+125+40=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D28 is #3B82D7. Grayscale: #888888. Windows color (decimal): -3900120 or 2653636. OLE color: 2653636.
HSL color Cylindrical-coordinate representation of color #C47D28: hue angle of 32.69º degrees, saturation: 0.66, 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 #C47D28 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 40 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.23 |
| HSL | 32.69º | 0.66% | 0.46% | - |
| HSV(B) | 32.69º | 0.8% | 0.77% | - |
| XYZ | 30.48 | 26.56 | 5.53 | - |
| YUV | 136.54 | 73.52 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 40 | 0 | 0.36 | 0.80 | 0.23 | 32.69 | 0.66 | 0.46 |
| Hex | C4 | 7D | 28 | 0 | 24 | 50 | 17 | 21 | 42 | 2E |
| Octal | 304 | 175 | 50 | 0 | 44 | 120 | 27 | 41 | 102 | 56 |
| Binary | 11000100 | 1111101 | 101000 | 0 | 100100 | 1010000 | 10111 | 100001 | 1000010 | 101110 |
Color Harmonies of #C47D28
Complementary color
Monochromatic Colors of #C47D28
Black with #C47D28
Text Example
Text Example
White with #C47D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D28; }
p { color: rgb(196,125,40); }
H1.HeaderClassName
{
color: #C47D28;
}
.AnyTagClassName
{
color: #C47D28;
}
</style>
background-color css
<style>
a { background-color: #C47D28; }
a { background-color: rgb(196,125,40); }
div.DivClassName
{
background-color: #C47D28;
}
.BgClassName
{
background-color: #C47D28;
}
</style>
border-color css
<style>
span { border-color: #C47D28; }
span { border-color: rgb(196,125,40); }
td.TdClassName
{
border-color: #C47D28;
}
.TagClassName
{
border-color: #C47D28;
}
</style>