Shades of Raw Umber #5E430F
Tints of Raw Umber #5E430F
RGB
CMYK
RGB Variations
Color information
#5E430F (or 0x5E430F) is known color: Raw Umber. HEX triplet: 5E, 43 and 0F. RGB value is (94,67,15). Sum of RGB (Red+Green+Blue) = 94+67+15=176 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.41% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 94 - color contains mainly: red. Hex color #5E430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E430F is #A1BCF0. Grayscale: #454545. Windows color (decimal): -10599665 or 1000286. OLE color: 1000286.
HSL color Cylindrical-coordinate representation of color #5E430F: hue angle of 39.49º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E430F is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 67 | 15 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.63 |
| HSL | 39.49º | 0.72% | 0.21% | - |
| HSV(B) | 39.49º | 0.84% | 0.37% | - |
| XYZ | 6.71 | 6.43 | 1.34 | - |
| YUV | 69.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 15 | 0 | 0.29 | 0.84 | 0.63 | 39.49 | 0.72 | 0.21 |
| Hex | 5E | 43 | F | 0 | 1D | 54 | 3F | 27 | 48 | 15 |
| Octal | 136 | 103 | 17 | 0 | 35 | 124 | 77 | 47 | 110 | 25 |
| Binary | 1011110 | 1000011 | 1111 | 0 | 11101 | 1010100 | 111111 | 100111 | 1001000 | 10101 |
Color Harmonies of #5E430F
Complementary color
Monochromatic Colors of #5E430F
Black with #5E430F
Text Example
Text Example
White with #5E430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E430F; }
p { color: rgb(94,67,15); }
H1.HeaderClassName
{
color: #5E430F;
}
.AnyTagClassName
{
color: #5E430F;
}
</style>
background-color css
<style>
a { background-color: #5E430F; }
a { background-color: rgb(94,67,15); }
div.DivClassName
{
background-color: #5E430F;
}
.BgClassName
{
background-color: #5E430F;
}
</style>
border-color css
<style>
span { border-color: #5E430F; }
span { border-color: rgb(94,67,15); }
td.TdClassName
{
border-color: #5E430F;
}
.TagClassName
{
border-color: #5E430F;
}
</style>