Shades of Very Dark Brown #5A4234
Tints of Very Dark Brown #5A4234
RGB
CMYK
RGB Variations
Color information
#5A4234 (or 0x5A4234) is known color: Very Dark Brown. HEX triplet: 5A, 42 and 34. RGB value is (90,66,52). Sum of RGB (Red+Green+Blue) = 90+66+52=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4234 is #A5BDCB. Grayscale: #474747. Windows color (decimal): -10862028 or 3424858. OLE color: 3424858.
HSL color Cylindrical-coordinate representation of color #5A4234: hue angle of 22.11º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A4234 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 66 | 52 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.65 |
| HSL | 22.11º | 0.27% | 0.28% | - |
| HSV(B) | 22.11º | 0.42% | 0.35% | - |
| XYZ | 6.78 | 6.32 | 4.11 | - |
| YUV | 71.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 52 | 0 | 0.27 | 0.42 | 0.65 | 22.11 | 0.27 | 0.28 |
| Hex | 5A | 42 | 34 | 0 | 1B | 2A | 41 | 16 | 1B | 1C |
| Octal | 132 | 102 | 64 | 0 | 33 | 52 | 101 | 26 | 33 | 34 |
| Binary | 1011010 | 1000010 | 110100 | 0 | 11011 | 101010 | 1000001 | 10110 | 11011 | 11100 |
Color Harmonies of #5A4234
Complementary color
Monochromatic Colors of #5A4234
Black with #5A4234
Text Example
Text Example
White with #5A4234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4234; }
p { color: rgb(90,66,52); }
H1.HeaderClassName
{
color: #5A4234;
}
.AnyTagClassName
{
color: #5A4234;
}
</style>
background-color css
<style>
a { background-color: #5A4234; }
a { background-color: rgb(90,66,52); }
div.DivClassName
{
background-color: #5A4234;
}
.BgClassName
{
background-color: #5A4234;
}
</style>
border-color css
<style>
span { border-color: #5A4234; }
span { border-color: rgb(90,66,52); }
td.TdClassName
{
border-color: #5A4234;
}
.TagClassName
{
border-color: #5A4234;
}
</style>