Shades of Very Dark Brown #5A4339
Tints of Very Dark Brown #5A4339
RGB
CMYK
RGB Variations
Color information
#5A4339 (or 0x5A4339) is known color: Very Dark Brown. HEX triplet: 5A, 43 and 39. RGB value is (90,67,57). Sum of RGB (Red+Green+Blue) = 90+67+57=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4339 is #A5BCC6. Grayscale: #484848. Windows color (decimal): -10861767 or 3752794. OLE color: 3752794.
HSL color Cylindrical-coordinate representation of color #5A4339: hue angle of 18.18º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A4339 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 57 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.65 |
| HSL | 18.18º | 0.22% | 0.29% | - |
| HSV(B) | 18.18º | 0.37% | 0.35% | - |
| XYZ | 6.96 | 6.48 | 4.76 | - |
| YUV | 72.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 57 | 0 | 0.26 | 0.37 | 0.65 | 18.18 | 0.22 | 0.29 |
| Hex | 5A | 43 | 39 | 0 | 1A | 25 | 41 | 12 | 16 | 1D |
| Octal | 132 | 103 | 71 | 0 | 32 | 45 | 101 | 22 | 26 | 35 |
| Binary | 1011010 | 1000011 | 111001 | 0 | 11010 | 100101 | 1000001 | 10010 | 10110 | 11101 |
Color Harmonies of #5A4339
Complementary color
Monochromatic Colors of #5A4339
Black with #5A4339
Text Example
Text Example
White with #5A4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4339; }
p { color: rgb(90,67,57); }
H1.HeaderClassName
{
color: #5A4339;
}
.AnyTagClassName
{
color: #5A4339;
}
</style>
background-color css
<style>
a { background-color: #5A4339; }
a { background-color: rgb(90,67,57); }
div.DivClassName
{
background-color: #5A4339;
}
.BgClassName
{
background-color: #5A4339;
}
</style>
border-color css
<style>
span { border-color: #5A4339; }
span { border-color: rgb(90,67,57); }
td.TdClassName
{
border-color: #5A4339;
}
.TagClassName
{
border-color: #5A4339;
}
</style>