Shades of Raw Umber #85530C
Tints of Raw Umber #85530C
RGB
CMYK
RGB Variations
Color information
#85530C (or 0x85530C) is known color: Raw Umber. HEX triplet: 85, 53 and 0C. RGB value is (133,83,12). Sum of RGB (Red+Green+Blue) = 133+83+12=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85530C is #7AACF3. Grayscale: #5A5A5A. Windows color (decimal): -8039668 or 807813. OLE color: 807813.
HSL color Cylindrical-coordinate representation of color #85530C: hue angle of 35.21º 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 #85530C is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 12 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.48 |
| HSL | 35.21º | 0.83% | 0.28% | - |
| HSV(B) | 35.21º | 0.91% | 0.52% | - |
| XYZ | 12.83 | 11.2 | 1.83 | - |
| YUV | 89.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 12 | 0 | 0.38 | 0.91 | 0.48 | 35.21 | 0.83 | 0.28 |
| Hex | 85 | 53 | C | 0 | 26 | 5B | 30 | 23 | 53 | 1C |
| Octal | 205 | 123 | 14 | 0 | 46 | 133 | 60 | 43 | 123 | 34 |
| Binary | 10000101 | 1010011 | 1100 | 0 | 100110 | 1011011 | 110000 | 100011 | 1010011 | 11100 |
Color Harmonies of #85530C
Complementary color
Monochromatic Colors of #85530C
Black with #85530C
Text Example
Text Example
White with #85530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85530C; }
p { color: rgb(133,83,12); }
H1.HeaderClassName
{
color: #85530C;
}
.AnyTagClassName
{
color: #85530C;
}
</style>
background-color css
<style>
a { background-color: #85530C; }
a { background-color: rgb(133,83,12); }
div.DivClassName
{
background-color: #85530C;
}
.BgClassName
{
background-color: #85530C;
}
</style>
border-color css
<style>
span { border-color: #85530C; }
span { border-color: rgb(133,83,12); }
td.TdClassName
{
border-color: #85530C;
}
.TagClassName
{
border-color: #85530C;
}
</style>