Shades of Very Dark Brown #5D4338
Tints of Very Dark Brown #5D4338
RGB
CMYK
RGB Variations
Color information
#5D4338 (or 0x5D4338) is known color: Very Dark Brown. HEX triplet: 5D, 43 and 38. RGB value is (93,67,56). Sum of RGB (Red+Green+Blue) = 93+67+56=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4338 is #A2BCC7. Grayscale: #494949. Windows color (decimal): -10665160 or 3687261. OLE color: 3687261.
HSL color Cylindrical-coordinate representation of color #5D4338: hue angle of 17.84º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D4338 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 67 | 56 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.64 |
| HSL | 17.84º | 0.25% | 0.29% | - |
| HSV(B) | 17.84º | 0.4% | 0.36% | - |
| XYZ | 7.24 | 6.63 | 4.64 | - |
| YUV | 73.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 67 | 56 | 0 | 0.28 | 0.40 | 0.64 | 17.84 | 0.25 | 0.29 |
| Hex | 5D | 43 | 38 | 0 | 1C | 28 | 40 | 12 | 19 | 1D |
| Octal | 135 | 103 | 70 | 0 | 34 | 50 | 100 | 22 | 31 | 35 |
| Binary | 1011101 | 1000011 | 111000 | 0 | 11100 | 101000 | 1000000 | 10010 | 11001 | 11101 |
Color Harmonies of #5D4338
Complementary color
Monochromatic Colors of #5D4338
Black with #5D4338
Text Example
Text Example
White with #5D4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4338; }
p { color: rgb(93,67,56); }
H1.HeaderClassName
{
color: #5D4338;
}
.AnyTagClassName
{
color: #5D4338;
}
</style>
background-color css
<style>
a { background-color: #5D4338; }
a { background-color: rgb(93,67,56); }
div.DivClassName
{
background-color: #5D4338;
}
.BgClassName
{
background-color: #5D4338;
}
</style>
border-color css
<style>
span { border-color: #5D4338; }
span { border-color: rgb(93,67,56); }
td.TdClassName
{
border-color: #5D4338;
}
.TagClassName
{
border-color: #5D4338;
}
</style>