Shades of Raw Umber #835A01
Tints of Raw Umber #835A01
RGB
CMYK
RGB Variations
Color information
#835A01 (or 0x835A01) is known color: Raw Umber. HEX triplet: 83, 5A and 01. RGB value is (131,90,1). Sum of RGB (Red+Green+Blue) = 131+90+1=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #835A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835A01 is #7CA5FE. Grayscale: #5C5C5C. Windows color (decimal): -8168959 or 88707. OLE color: 88707.
HSL color Cylindrical-coordinate representation of color #835A01: hue angle of 41.08º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #835A01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 90 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.49 |
| HSL | 41.08º | 0.98% | 0.26% | - |
| HSV(B) | 41.08º | 0.99% | 0.51% | - |
| XYZ | 13.02 | 12.14 | 1.69 | - |
| YUV | 92.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 1 | 0 | 0.31 | 0.99 | 0.49 | 41.08 | 0.98 | 0.26 |
| Hex | 83 | 5A | 1 | 0 | 1F | 63 | 31 | 29 | 62 | 1A |
| Octal | 203 | 132 | 1 | 0 | 37 | 143 | 61 | 51 | 142 | 32 |
| Binary | 10000011 | 1011010 | 1 | 0 | 11111 | 1100011 | 110001 | 101001 | 1100010 | 11010 |
Color Harmonies of #835A01
Complementary color
Monochromatic Colors of #835A01
Black with #835A01
Text Example
Text Example
White with #835A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835A01; }
p { color: rgb(131,90,1); }
H1.HeaderClassName
{
color: #835A01;
}
.AnyTagClassName
{
color: #835A01;
}
</style>
background-color css
<style>
a { background-color: #835A01; }
a { background-color: rgb(131,90,1); }
div.DivClassName
{
background-color: #835A01;
}
.BgClassName
{
background-color: #835A01;
}
</style>
border-color css
<style>
span { border-color: #835A01; }
span { border-color: rgb(131,90,1); }
td.TdClassName
{
border-color: #835A01;
}
.TagClassName
{
border-color: #835A01;
}
</style>