Shades of Raw Umber #834A02
Tints of Raw Umber #834A02
RGB
CMYK
RGB Variations
Color information
#834A02 (or 0x834A02) is known color: Raw Umber. HEX triplet: 83, 4A and 02. RGB value is (131,74,2). Sum of RGB (Red+Green+Blue) = 131+74+2=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #834A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834A02 is #7CB5FD. Grayscale: #535353. Windows color (decimal): -8173054 or 150147. OLE color: 150147.
HSL color Cylindrical-coordinate representation of color #834A02: hue angle of 33.49º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #834A02 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 74 | 2 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.49 |
| HSL | 33.49º | 0.97% | 0.26% | - |
| HSV(B) | 33.49º | 0.98% | 0.51% | - |
| XYZ | 11.82 | 9.73 | 1.31 | - |
| YUV | 82.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 2 | 0 | 0.44 | 0.98 | 0.49 | 33.49 | 0.97 | 0.26 |
| Hex | 83 | 4A | 2 | 0 | 2C | 62 | 31 | 21 | 61 | 1A |
| Octal | 203 | 112 | 2 | 0 | 54 | 142 | 61 | 41 | 141 | 32 |
| Binary | 10000011 | 1001010 | 10 | 0 | 101100 | 1100010 | 110001 | 100001 | 1100001 | 11010 |
Color Harmonies of #834A02
Complementary color
Monochromatic Colors of #834A02
Black with #834A02
Text Example
Text Example
White with #834A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A02; }
p { color: rgb(131,74,2); }
H1.HeaderClassName
{
color: #834A02;
}
.AnyTagClassName
{
color: #834A02;
}
</style>
background-color css
<style>
a { background-color: #834A02; }
a { background-color: rgb(131,74,2); }
div.DivClassName
{
background-color: #834A02;
}
.BgClassName
{
background-color: #834A02;
}
</style>
border-color css
<style>
span { border-color: #834A02; }
span { border-color: rgb(131,74,2); }
td.TdClassName
{
border-color: #834A02;
}
.TagClassName
{
border-color: #834A02;
}
</style>