Shades of Raw Umber #734B1B
Tints of Raw Umber #734B1B
RGB
CMYK
RGB Variations
Color information
#734B1B (or 0x734B1B) is known color: Raw Umber. HEX triplet: 73, 4B and 1B. RGB value is (115,75,27). Sum of RGB (Red+Green+Blue) = 115+75+27=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #734B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B1B is #8CB4E4. Grayscale: #515151. Windows color (decimal): -9221349 or 1788787. OLE color: 1788787.
HSL color Cylindrical-coordinate representation of color #734B1B: hue angle of 32.73º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #734B1B is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 75 | 27 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.55 |
| HSL | 32.73º | 0.62% | 0.28% | - |
| HSV(B) | 32.73º | 0.77% | 0.45% | - |
| XYZ | 9.78 | 8.76 | 2.21 | - |
| YUV | 81.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 27 | 0 | 0.35 | 0.77 | 0.55 | 32.73 | 0.62 | 0.28 |
| Hex | 73 | 4B | 1B | 0 | 23 | 4D | 37 | 21 | 3E | 1C |
| Octal | 163 | 113 | 33 | 0 | 43 | 115 | 67 | 41 | 76 | 34 |
| Binary | 1110011 | 1001011 | 11011 | 0 | 100011 | 1001101 | 110111 | 100001 | 111110 | 11100 |
Color Harmonies of #734B1B
Complementary color
Monochromatic Colors of #734B1B
Black with #734B1B
Text Example
Text Example
White with #734B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734B1B; }
p { color: rgb(115,75,27); }
H1.HeaderClassName
{
color: #734B1B;
}
.AnyTagClassName
{
color: #734B1B;
}
</style>
background-color css
<style>
a { background-color: #734B1B; }
a { background-color: rgb(115,75,27); }
div.DivClassName
{
background-color: #734B1B;
}
.BgClassName
{
background-color: #734B1B;
}
</style>
border-color css
<style>
span { border-color: #734B1B; }
span { border-color: rgb(115,75,27); }
td.TdClassName
{
border-color: #734B1B;
}
.TagClassName
{
border-color: #734B1B;
}
</style>