Shades of Very Dark Brown #5A423B
Tints of Very Dark Brown #5A423B
RGB
CMYK
RGB Variations
Color information
#5A423B (or 0x5A423B) is known color: Very Dark Brown. HEX triplet: 5A, 42 and 3B. RGB value is (90,66,59). Sum of RGB (Red+Green+Blue) = 90+66+59=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A423B is #A5BDC4. Grayscale: #484848. Windows color (decimal): -10862021 or 3883610. OLE color: 3883610.
HSL color Cylindrical-coordinate representation of color #5A423B: hue angle of 13.55º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A423B is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 66 | 59 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.65 |
| HSL | 13.55º | 0.21% | 0.29% | - |
| HSV(B) | 13.55º | 0.34% | 0.35% | - |
| XYZ | 6.95 | 6.39 | 5 | - |
| YUV | 72.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 59 | 0 | 0.27 | 0.34 | 0.65 | 13.55 | 0.21 | 0.29 |
| Hex | 5A | 42 | 3B | 0 | 1B | 22 | 41 | E | 15 | 1D |
| Octal | 132 | 102 | 73 | 0 | 33 | 42 | 101 | 16 | 25 | 35 |
| Binary | 1011010 | 1000010 | 111011 | 0 | 11011 | 100010 | 1000001 | 1110 | 10101 | 11101 |
Color Harmonies of #5A423B
Complementary color
Monochromatic Colors of #5A423B
Black with #5A423B
Text Example
Text Example
White with #5A423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A423B; }
p { color: rgb(90,66,59); }
H1.HeaderClassName
{
color: #5A423B;
}
.AnyTagClassName
{
color: #5A423B;
}
</style>
background-color css
<style>
a { background-color: #5A423B; }
a { background-color: rgb(90,66,59); }
div.DivClassName
{
background-color: #5A423B;
}
.BgClassName
{
background-color: #5A423B;
}
</style>
border-color css
<style>
span { border-color: #5A423B; }
span { border-color: rgb(90,66,59); }
td.TdClassName
{
border-color: #5A423B;
}
.TagClassName
{
border-color: #5A423B;
}
</style>