Shades of Raw Umber #74530B
Tints of Raw Umber #74530B
RGB
CMYK
RGB Variations
Color information
#74530B (or 0x74530B) is known color: Raw Umber. HEX triplet: 74, 53 and 0B. RGB value is (116,83,11). Sum of RGB (Red+Green+Blue) = 116+83+11=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74530B is #8BACF4. Grayscale: #545454. Windows color (decimal): -9153781 or 742260. OLE color: 742260.
HSL color Cylindrical-coordinate representation of color #74530B: hue angle of 41.14º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74530B is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 11 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.55 |
| HSL | 41.14º | 0.83% | 0.25% | - |
| HSV(B) | 41.14º | 0.91% | 0.45% | - |
| XYZ | 10.36 | 9.92 | 1.69 | - |
| YUV | 84.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 11 | 0 | 0.28 | 0.91 | 0.55 | 41.14 | 0.83 | 0.25 |
| Hex | 74 | 53 | B | 0 | 1C | 5B | 37 | 29 | 53 | 19 |
| Octal | 164 | 123 | 13 | 0 | 34 | 133 | 67 | 51 | 123 | 31 |
| Binary | 1110100 | 1010011 | 1011 | 0 | 11100 | 1011011 | 110111 | 101001 | 1010011 | 11001 |
Color Harmonies of #74530B
Complementary color
Monochromatic Colors of #74530B
Black with #74530B
Text Example
Text Example
White with #74530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74530B; }
p { color: rgb(116,83,11); }
H1.HeaderClassName
{
color: #74530B;
}
.AnyTagClassName
{
color: #74530B;
}
</style>
background-color css
<style>
a { background-color: #74530B; }
a { background-color: rgb(116,83,11); }
div.DivClassName
{
background-color: #74530B;
}
.BgClassName
{
background-color: #74530B;
}
</style>
border-color css
<style>
span { border-color: #74530B; }
span { border-color: rgb(116,83,11); }
td.TdClassName
{
border-color: #74530B;
}
.TagClassName
{
border-color: #74530B;
}
</style>