Shades of Dark Brown #5A421F
Tints of Dark Brown #5A421F
RGB
CMYK
RGB Variations
Color information
#5A421F (or 0x5A421F) is known color: Dark Brown. HEX triplet: 5A, 42 and 1F. RGB value is (90,66,31). Sum of RGB (Red+Green+Blue) = 90+66+31=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A421F is #A5BDE0. Grayscale: #454545. Windows color (decimal): -10862049 or 2048602. OLE color: 2048602.
HSL color Cylindrical-coordinate representation of color #5A421F: hue angle of 35.59º 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 #5A421F is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 66 | 31 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.65 |
| HSL | 35.59º | 0.49% | 0.24% | - |
| HSV(B) | 35.59º | 0.66% | 0.35% | - |
| XYZ | 6.41 | 6.17 | 2.15 | - |
| YUV | 69.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 31 | 0 | 0.27 | 0.66 | 0.65 | 35.59 | 0.49 | 0.24 |
| Hex | 5A | 42 | 1F | 0 | 1B | 42 | 41 | 24 | 31 | 18 |
| Octal | 132 | 102 | 37 | 0 | 33 | 102 | 101 | 44 | 61 | 30 |
| Binary | 1011010 | 1000010 | 11111 | 0 | 11011 | 1000010 | 1000001 | 100100 | 110001 | 11000 |
Color Harmonies of #5A421F
Complementary color
Monochromatic Colors of #5A421F
Black with #5A421F
Text Example
Text Example
White with #5A421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A421F; }
p { color: rgb(90,66,31); }
H1.HeaderClassName
{
color: #5A421F;
}
.AnyTagClassName
{
color: #5A421F;
}
</style>
background-color css
<style>
a { background-color: #5A421F; }
a { background-color: rgb(90,66,31); }
div.DivClassName
{
background-color: #5A421F;
}
.BgClassName
{
background-color: #5A421F;
}
</style>
border-color css
<style>
span { border-color: #5A421F; }
span { border-color: rgb(90,66,31); }
td.TdClassName
{
border-color: #5A421F;
}
.TagClassName
{
border-color: #5A421F;
}
</style>