Shades of Very Dark Brown #5A4135
Tints of Very Dark Brown #5A4135
RGB
CMYK
RGB Variations
Color information
#5A4135 (or 0x5A4135) is known color: Very Dark Brown. HEX triplet: 5A, 41 and 35. RGB value is (90,65,53). Sum of RGB (Red+Green+Blue) = 90+65+53=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4135 is #A5BECA. Grayscale: #474747. Windows color (decimal): -10862283 or 3490138. OLE color: 3490138.
HSL color Cylindrical-coordinate representation of color #5A4135: hue angle of 19.46º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A4135 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 53 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.65 |
| HSL | 19.46º | 0.26% | 0.28% | - |
| HSV(B) | 19.46º | 0.41% | 0.35% | - |
| XYZ | 6.75 | 6.21 | 4.21 | - |
| YUV | 71.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 53 | 0 | 0.28 | 0.41 | 0.65 | 19.46 | 0.26 | 0.28 |
| Hex | 5A | 41 | 35 | 0 | 1C | 29 | 41 | 13 | 1A | 1C |
| Octal | 132 | 101 | 65 | 0 | 34 | 51 | 101 | 23 | 32 | 34 |
| Binary | 1011010 | 1000001 | 110101 | 0 | 11100 | 101001 | 1000001 | 10011 | 11010 | 11100 |
Color Harmonies of #5A4135
Complementary color
Monochromatic Colors of #5A4135
Black with #5A4135
Text Example
Text Example
White with #5A4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4135; }
p { color: rgb(90,65,53); }
H1.HeaderClassName
{
color: #5A4135;
}
.AnyTagClassName
{
color: #5A4135;
}
</style>
background-color css
<style>
a { background-color: #5A4135; }
a { background-color: rgb(90,65,53); }
div.DivClassName
{
background-color: #5A4135;
}
.BgClassName
{
background-color: #5A4135;
}
</style>
border-color css
<style>
span { border-color: #5A4135; }
span { border-color: rgb(90,65,53); }
td.TdClassName
{
border-color: #5A4135;
}
.TagClassName
{
border-color: #5A4135;
}
</style>