Shades of Geebung #C48A2B
Tints of Geebung #C48A2B
RGB
CMYK
RGB Variations
Color information
#C48A2B (or 0xC48A2B) is known color: Geebung. HEX triplet: C4, 8A and 2B. RGB value is (196,138,43). Sum of RGB (Red+Green+Blue) = 196+138+43=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A2B is #3B75D4. Grayscale: #909090. Windows color (decimal): -3896789 or 2853572. OLE color: 2853572.
HSL color Cylindrical-coordinate representation of color #C48A2B: hue angle of 37.25º 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 #C48A2B is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 43 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.23 |
| HSL | 37.25º | 0.64% | 0.47% | - |
| HSV(B) | 37.25º | 0.78% | 0.77% | - |
| XYZ | 32.29 | 30.09 | 6.39 | - |
| YUV | 144.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 43 | 0 | 0.30 | 0.78 | 0.23 | 37.25 | 0.64 | 0.47 |
| Hex | C4 | 8A | 2B | 0 | 1E | 4E | 17 | 25 | 40 | 2F |
| Octal | 304 | 212 | 53 | 0 | 36 | 116 | 27 | 45 | 100 | 57 |
| Binary | 11000100 | 10001010 | 101011 | 0 | 11110 | 1001110 | 10111 | 100101 | 1000000 | 101111 |
Color Harmonies of #C48A2B
Complementary color
Monochromatic Colors of #C48A2B
Black with #C48A2B
Text Example
Text Example
White with #C48A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A2B; }
p { color: rgb(196,138,43); }
H1.HeaderClassName
{
color: #C48A2B;
}
.AnyTagClassName
{
color: #C48A2B;
}
</style>
background-color css
<style>
a { background-color: #C48A2B; }
a { background-color: rgb(196,138,43); }
div.DivClassName
{
background-color: #C48A2B;
}
.BgClassName
{
background-color: #C48A2B;
}
</style>
border-color css
<style>
span { border-color: #C48A2B; }
span { border-color: rgb(196,138,43); }
td.TdClassName
{
border-color: #C48A2B;
}
.TagClassName
{
border-color: #C48A2B;
}
</style>