Shades of Geebung #C47A2B
Tints of Geebung #C47A2B
RGB
CMYK
RGB Variations
Color information
#C47A2B (or 0xC47A2B) is known color: Geebung. HEX triplet: C4, 7A and 2B. RGB value is (196,122,43). Sum of RGB (Red+Green+Blue) = 196+122+43=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A2B is #3B85D4. Grayscale: #878787. Windows color (decimal): -3900885 or 2849476. OLE color: 2849476.
HSL color Cylindrical-coordinate representation of color #C47A2B: hue angle of 30.98º degrees, saturation: 0.64, 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 #C47A2B is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 43 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.23 |
| HSL | 30.98º | 0.64% | 0.47% | - |
| HSV(B) | 30.98º | 0.78% | 0.77% | - |
| XYZ | 30.16 | 25.83 | 5.68 | - |
| YUV | 135.12 | 76.02 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 43 | 0 | 0.38 | 0.78 | 0.23 | 30.98 | 0.64 | 0.47 |
| Hex | C4 | 7A | 2B | 0 | 26 | 4E | 17 | 1F | 40 | 2F |
| Octal | 304 | 172 | 53 | 0 | 46 | 116 | 27 | 37 | 100 | 57 |
| Binary | 11000100 | 1111010 | 101011 | 0 | 100110 | 1001110 | 10111 | 11111 | 1000000 | 101111 |
Color Harmonies of #C47A2B
Complementary color
Monochromatic Colors of #C47A2B
Black with #C47A2B
Text Example
Text Example
White with #C47A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A2B; }
p { color: rgb(196,122,43); }
H1.HeaderClassName
{
color: #C47A2B;
}
.AnyTagClassName
{
color: #C47A2B;
}
</style>
background-color css
<style>
a { background-color: #C47A2B; }
a { background-color: rgb(196,122,43); }
div.DivClassName
{
background-color: #C47A2B;
}
.BgClassName
{
background-color: #C47A2B;
}
</style>
border-color css
<style>
span { border-color: #C47A2B; }
span { border-color: rgb(196,122,43); }
td.TdClassName
{
border-color: #C47A2B;
}
.TagClassName
{
border-color: #C47A2B;
}
</style>