Shades of Raw Umber #85530D
Tints of Raw Umber #85530D
RGB
CMYK
RGB Variations
Color information
#85530D (or 0x85530D) is known color: Raw Umber. HEX triplet: 85, 53 and 0D. RGB value is (133,83,13). Sum of RGB (Red+Green+Blue) = 133+83+13=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85530D is #7AACF2. Grayscale: #5A5A5A. Windows color (decimal): -8039667 or 873349. OLE color: 873349.
HSL color Cylindrical-coordinate representation of color #85530D: hue angle of 35º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85530D is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 13 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.48 |
| HSL | 35º | 0.82% | 0.29% | - |
| HSV(B) | 35º | 0.9% | 0.52% | - |
| XYZ | 12.84 | 11.2 | 1.87 | - |
| YUV | 89.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 13 | 0 | 0.38 | 0.90 | 0.48 | 35 | 0.82 | 0.29 |
| Hex | 85 | 53 | D | 0 | 26 | 5A | 30 | 23 | 52 | 1D |
| Octal | 205 | 123 | 15 | 0 | 46 | 132 | 60 | 43 | 122 | 35 |
| Binary | 10000101 | 1010011 | 1101 | 0 | 100110 | 1011010 | 110000 | 100011 | 1010010 | 11101 |
Color Harmonies of #85530D
Complementary color
Monochromatic Colors of #85530D
Black with #85530D
Text Example
Text Example
White with #85530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85530D; }
p { color: rgb(133,83,13); }
H1.HeaderClassName
{
color: #85530D;
}
.AnyTagClassName
{
color: #85530D;
}
</style>
background-color css
<style>
a { background-color: #85530D; }
a { background-color: rgb(133,83,13); }
div.DivClassName
{
background-color: #85530D;
}
.BgClassName
{
background-color: #85530D;
}
</style>
border-color css
<style>
span { border-color: #85530D; }
span { border-color: rgb(133,83,13); }
td.TdClassName
{
border-color: #85530D;
}
.TagClassName
{
border-color: #85530D;
}
</style>