Shades of Raw Umber #834B01
Tints of Raw Umber #834B01
RGB
CMYK
RGB Variations
Color information
#834B01 (or 0x834B01) is known color: Raw Umber. HEX triplet: 83, 4B and 01. RGB value is (131,75,1). Sum of RGB (Red+Green+Blue) = 131+75+1=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #834B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834B01 is #7CB4FE. Grayscale: #535353. Windows color (decimal): -8172799 or 84867. OLE color: 84867.
HSL color Cylindrical-coordinate representation of color #834B01: hue angle of 34.15º 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 #834B01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 75 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.49 |
| HSL | 34.15º | 0.98% | 0.26% | - |
| HSV(B) | 34.15º | 0.99% | 0.51% | - |
| XYZ | 11.88 | 9.86 | 1.31 | - |
| YUV | 83.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 1 | 0 | 0.43 | 0.99 | 0.49 | 34.15 | 0.98 | 0.26 |
| Hex | 83 | 4B | 1 | 0 | 2B | 63 | 31 | 22 | 62 | 1A |
| Octal | 203 | 113 | 1 | 0 | 53 | 143 | 61 | 42 | 142 | 32 |
| Binary | 10000011 | 1001011 | 1 | 0 | 101011 | 1100011 | 110001 | 100010 | 1100010 | 11010 |
Color Harmonies of #834B01
Complementary color
Monochromatic Colors of #834B01
Black with #834B01
Text Example
Text Example
White with #834B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B01; }
p { color: rgb(131,75,1); }
H1.HeaderClassName
{
color: #834B01;
}
.AnyTagClassName
{
color: #834B01;
}
</style>
background-color css
<style>
a { background-color: #834B01; }
a { background-color: rgb(131,75,1); }
div.DivClassName
{
background-color: #834B01;
}
.BgClassName
{
background-color: #834B01;
}
</style>
border-color css
<style>
span { border-color: #834B01; }
span { border-color: rgb(131,75,1); }
td.TdClassName
{
border-color: #834B01;
}
.TagClassName
{
border-color: #834B01;
}
</style>