Shades of Raw Umber #85540C
Tints of Raw Umber #85540C
RGB
CMYK
RGB Variations
Color information
#85540C (or 0x85540C) is known color: Raw Umber. HEX triplet: 85, 54 and 0C. RGB value is (133,84,12). Sum of RGB (Red+Green+Blue) = 133+84+12=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85540C is #7AABF3. Grayscale: #5A5A5A. Windows color (decimal): -8039412 or 808069. OLE color: 808069.
HSL color Cylindrical-coordinate representation of color #85540C: hue angle of 35.7º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85540C is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 12 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.48 |
| HSL | 35.7º | 0.83% | 0.28% | - |
| HSV(B) | 35.7º | 0.91% | 0.52% | - |
| XYZ | 12.91 | 11.35 | 1.86 | - |
| YUV | 90.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 12 | 0 | 0.37 | 0.91 | 0.48 | 35.7 | 0.83 | 0.28 |
| Hex | 85 | 54 | C | 0 | 25 | 5B | 30 | 24 | 53 | 1C |
| Octal | 205 | 124 | 14 | 0 | 45 | 133 | 60 | 44 | 123 | 34 |
| Binary | 10000101 | 1010100 | 1100 | 0 | 100101 | 1011011 | 110000 | 100100 | 1010011 | 11100 |
Color Harmonies of #85540C
Complementary color
Monochromatic Colors of #85540C
Black with #85540C
Text Example
Text Example
White with #85540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85540C; }
p { color: rgb(133,84,12); }
H1.HeaderClassName
{
color: #85540C;
}
.AnyTagClassName
{
color: #85540C;
}
</style>
background-color css
<style>
a { background-color: #85540C; }
a { background-color: rgb(133,84,12); }
div.DivClassName
{
background-color: #85540C;
}
.BgClassName
{
background-color: #85540C;
}
</style>
border-color css
<style>
span { border-color: #85540C; }
span { border-color: rgb(133,84,12); }
td.TdClassName
{
border-color: #85540C;
}
.TagClassName
{
border-color: #85540C;
}
</style>