Shades of Raw Umber #5F430D
Tints of Raw Umber #5F430D
RGB
CMYK
RGB Variations
Color information
#5F430D (or 0x5F430D) is known color: Raw Umber. HEX triplet: 5F, 43 and 0D. RGB value is (95,67,13). Sum of RGB (Red+Green+Blue) = 95+67+13=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F430D is #A0BCF2. Grayscale: #454545. Windows color (decimal): -10534131 or 869215. OLE color: 869215.
HSL color Cylindrical-coordinate representation of color #5F430D: hue angle of 39.51º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F430D is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 67 | 13 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.63 |
| HSL | 39.51º | 0.76% | 0.21% | - |
| HSV(B) | 39.51º | 0.86% | 0.37% | - |
| XYZ | 6.8 | 6.48 | 1.27 | - |
| YUV | 69.22 | 96.28 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 67 | 13 | 0 | 0.29 | 0.86 | 0.63 | 39.51 | 0.76 | 0.21 |
| Hex | 5F | 43 | D | 0 | 1D | 56 | 3F | 28 | 4C | 15 |
| Octal | 137 | 103 | 15 | 0 | 35 | 126 | 77 | 50 | 114 | 25 |
| Binary | 1011111 | 1000011 | 1101 | 0 | 11101 | 1010110 | 111111 | 101000 | 1001100 | 10101 |
Color Harmonies of #5F430D
Complementary color
Monochromatic Colors of #5F430D
Black with #5F430D
Text Example
Text Example
White with #5F430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F430D; }
p { color: rgb(95,67,13); }
H1.HeaderClassName
{
color: #5F430D;
}
.AnyTagClassName
{
color: #5F430D;
}
</style>
background-color css
<style>
a { background-color: #5F430D; }
a { background-color: rgb(95,67,13); }
div.DivClassName
{
background-color: #5F430D;
}
.BgClassName
{
background-color: #5F430D;
}
</style>
border-color css
<style>
span { border-color: #5F430D; }
span { border-color: rgb(95,67,13); }
td.TdClassName
{
border-color: #5F430D;
}
.TagClassName
{
border-color: #5F430D;
}
</style>