Shades of Dark Brown #5A3F1F
Tints of Dark Brown #5A3F1F
RGB
CMYK
RGB Variations
Color information
#5A3F1F (or 0x5A3F1F) is known color: Dark Brown. HEX triplet: 5A, 3F and 1F. RGB value is (90,63,31). Sum of RGB (Red+Green+Blue) = 90+63+31=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F1F is #A5C0E0. Grayscale: #434343. Windows color (decimal): -10862817 or 2047834. OLE color: 2047834.
HSL color Cylindrical-coordinate representation of color #5A3F1F: hue angle of 32.54º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A3F1F is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 63 | 31 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.65 |
| HSL | 32.54º | 0.49% | 0.24% | - |
| HSV(B) | 32.54º | 0.66% | 0.35% | - |
| XYZ | 6.24 | 5.83 | 2.09 | - |
| YUV | 67.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 63 | 31 | 0 | 0.30 | 0.66 | 0.65 | 32.54 | 0.49 | 0.24 |
| Hex | 5A | 3F | 1F | 0 | 1E | 42 | 41 | 21 | 31 | 18 |
| Octal | 132 | 77 | 37 | 0 | 36 | 102 | 101 | 41 | 61 | 30 |
| Binary | 1011010 | 111111 | 11111 | 0 | 11110 | 1000010 | 1000001 | 100001 | 110001 | 11000 |
Color Harmonies of #5A3F1F
Complementary color
Monochromatic Colors of #5A3F1F
Black with #5A3F1F
Text Example
Text Example
White with #5A3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3F1F; }
p { color: rgb(90,63,31); }
H1.HeaderClassName
{
color: #5A3F1F;
}
.AnyTagClassName
{
color: #5A3F1F;
}
</style>
background-color css
<style>
a { background-color: #5A3F1F; }
a { background-color: rgb(90,63,31); }
div.DivClassName
{
background-color: #5A3F1F;
}
.BgClassName
{
background-color: #5A3F1F;
}
</style>
border-color css
<style>
span { border-color: #5A3F1F; }
span { border-color: rgb(90,63,31); }
td.TdClassName
{
border-color: #5A3F1F;
}
.TagClassName
{
border-color: #5A3F1F;
}
</style>