Shades of Woody Brown #5A4341
Tints of Woody Brown #5A4341
RGB
CMYK
RGB Variations
Color information
#5A4341 (or 0x5A4341) is known color: Woody Brown. HEX triplet: 5A, 43 and 41. RGB value is (90,67,65). Sum of RGB (Red+Green+Blue) = 90+67+65=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4341 is #A5BCBE. Grayscale: #494949. Windows color (decimal): -10861759 or 4277082. OLE color: 4277082.
HSL color Cylindrical-coordinate representation of color #5A4341: hue angle of 4.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4341 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 65 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.65 |
| HSL | 4.8º | 0.16% | 0.3% | - |
| HSV(B) | 4.8º | 0.28% | 0.35% | - |
| XYZ | 7.18 | 6.57 | 5.89 | - |
| YUV | 73.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 65 | 0 | 0.26 | 0.28 | 0.65 | 4.8 | 0.16 | 0.3 |
| Hex | 5A | 43 | 41 | 0 | 1A | 1C | 41 | 5 | 10 | 1E |
| Octal | 132 | 103 | 101 | 0 | 32 | 34 | 101 | 5 | 20 | 36 |
| Binary | 1011010 | 1000011 | 1000001 | 0 | 11010 | 11100 | 1000001 | 101 | 10000 | 11110 |
Color Harmonies of #5A4341
Complementary color
Monochromatic Colors of #5A4341
Black with #5A4341
Text Example
Text Example
White with #5A4341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4341; }
p { color: rgb(90,67,65); }
H1.HeaderClassName
{
color: #5A4341;
}
.AnyTagClassName
{
color: #5A4341;
}
</style>
background-color css
<style>
a { background-color: #5A4341; }
a { background-color: rgb(90,67,65); }
div.DivClassName
{
background-color: #5A4341;
}
.BgClassName
{
background-color: #5A4341;
}
</style>
border-color css
<style>
span { border-color: #5A4341; }
span { border-color: rgb(90,67,65); }
td.TdClassName
{
border-color: #5A4341;
}
.TagClassName
{
border-color: #5A4341;
}
</style>