Shades of Very Dark Brown #5D4239
Tints of Very Dark Brown #5D4239
RGB
CMYK
RGB Variations
Color information
#5D4239 (or 0x5D4239) is known color: Very Dark Brown. HEX triplet: 5D, 42 and 39. RGB value is (93,66,57). Sum of RGB (Red+Green+Blue) = 93+66+57=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4239 is #A2BDC6. Grayscale: #494949. Windows color (decimal): -10665415 or 3752541. OLE color: 3752541.
HSL color Cylindrical-coordinate representation of color #5D4239: hue angle of 15º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D4239 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 66 | 57 | - |
CMYK | 0 | 0.29 | 0.39 | 0.64 |
HSL | 15º | 0.24% | 0.29% | - |
HSV(B) | 15º | 0.39% | 0.36% | - |
XYZ | 7.2 | 6.52 | 4.75 | - |
YUV | 73.05 | 118.95 | 142.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 66 | 57 | 0 | 0.29 | 0.39 | 0.64 | 15 | 0.24 | 0.29 |
Hex | 5D | 42 | 39 | 0 | 1D | 27 | 40 | F | 18 | 1D |
Octal | 135 | 102 | 71 | 0 | 35 | 47 | 100 | 17 | 30 | 35 |
Binary | 1011101 | 1000010 | 111001 | 0 | 11101 | 100111 | 1000000 | 1111 | 11000 | 11101 |
Color Harmonies of #5D4239
Complementary color
Monochromatic Colors of #5D4239
Black with #5D4239
Text Example
Text Example
White with #5D4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4239; }
p { color: rgb(93,66,57); }
H1.HeaderClassName
{
color: #5D4239;
}
.AnyTagClassName
{
color: #5D4239;
}
</style>
background-color css
<style>
a { background-color: #5D4239; }
a { background-color: rgb(93,66,57); }
div.DivClassName
{
background-color: #5D4239;
}
.BgClassName
{
background-color: #5D4239;
}
</style>
border-color css
<style>
span { border-color: #5D4239; }
span { border-color: rgb(93,66,57); }
td.TdClassName
{
border-color: #5D4239;
}
.TagClassName
{
border-color: #5D4239;
}
</style>