Shades of Very Dark Brown #5A3F38
Tints of Very Dark Brown #5A3F38
RGB
CMYK
RGB Variations
Color information
#5A3F38 (or 0x5A3F38) is known color: Very Dark Brown. HEX triplet: 5A, 3F and 38. RGB value is (90,63,56). Sum of RGB (Red+Green+Blue) = 90+63+56=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F38 is #A5C0C7. Grayscale: #464646. Windows color (decimal): -10862792 or 3686234. OLE color: 3686234.
HSL color Cylindrical-coordinate representation of color #5A3F38: hue angle of 12.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A3F38 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 63 | 56 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.65 |
| HSL | 12.35º | 0.23% | 0.29% | - |
| HSV(B) | 12.35º | 0.38% | 0.35% | - |
| XYZ | 6.71 | 6.01 | 4.55 | - |
| YUV | 70.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 63 | 56 | 0 | 0.30 | 0.38 | 0.65 | 12.35 | 0.23 | 0.29 |
| Hex | 5A | 3F | 38 | 0 | 1E | 26 | 41 | C | 17 | 1D |
| Octal | 132 | 77 | 70 | 0 | 36 | 46 | 101 | 14 | 27 | 35 |
| Binary | 1011010 | 111111 | 111000 | 0 | 11110 | 100110 | 1000001 | 1100 | 10111 | 11101 |
Color Harmonies of #5A3F38
Complementary color
Monochromatic Colors of #5A3F38
Black with #5A3F38
Text Example
Text Example
White with #5A3F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3F38; }
p { color: rgb(90,63,56); }
H1.HeaderClassName
{
color: #5A3F38;
}
.AnyTagClassName
{
color: #5A3F38;
}
</style>
background-color css
<style>
a { background-color: #5A3F38; }
a { background-color: rgb(90,63,56); }
div.DivClassName
{
background-color: #5A3F38;
}
.BgClassName
{
background-color: #5A3F38;
}
</style>
border-color css
<style>
span { border-color: #5A3F38; }
span { border-color: rgb(90,63,56); }
td.TdClassName
{
border-color: #5A3F38;
}
.TagClassName
{
border-color: #5A3F38;
}
</style>