Shades of Tussock #C48B4D
Tints of Tussock #C48B4D
RGB
CMYK
RGB Variations
Color information
#C48B4D (or 0xC48B4D) is known color: Tussock. HEX triplet: C4, 8B and 4D. RGB value is (196,139,77). Sum of RGB (Red+Green+Blue) = 196+139+77=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B4D is #3B74B2. Grayscale: #959595. Windows color (decimal): -3896499 or 5082052. OLE color: 5082052.
HSL color Cylindrical-coordinate representation of color #C48B4D: hue angle of 31.26º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C48B4D is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 77 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.23 |
| HSL | 31.26º | 0.5% | 0.54% | - |
| HSV(B) | 31.26º | 0.61% | 0.77% | - |
| XYZ | 33.34 | 30.74 | 11.2 | - |
| YUV | 148.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 77 | 0 | 0.29 | 0.61 | 0.23 | 31.26 | 0.5 | 0.54 |
| Hex | C4 | 8B | 4D | 0 | 1D | 3D | 17 | 1F | 32 | 36 |
| Octal | 304 | 213 | 115 | 0 | 35 | 75 | 27 | 37 | 62 | 66 |
| Binary | 11000100 | 10001011 | 1001101 | 0 | 11101 | 111101 | 10111 | 11111 | 110010 | 110110 |
Color Harmonies of #C48B4D
Complementary color
Monochromatic Colors of #C48B4D
Black with #C48B4D
Text Example
Text Example
White with #C48B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B4D; }
p { color: rgb(196,139,77); }
H1.HeaderClassName
{
color: #C48B4D;
}
.AnyTagClassName
{
color: #C48B4D;
}
</style>
background-color css
<style>
a { background-color: #C48B4D; }
a { background-color: rgb(196,139,77); }
div.DivClassName
{
background-color: #C48B4D;
}
.BgClassName
{
background-color: #C48B4D;
}
</style>
border-color css
<style>
span { border-color: #C48B4D; }
span { border-color: rgb(196,139,77); }
td.TdClassName
{
border-color: #C48B4D;
}
.TagClassName
{
border-color: #C48B4D;
}
</style>