Shades of Very Dark Brown #5A433C
Tints of Very Dark Brown #5A433C
RGB
CMYK
RGB Variations
Color information
#5A433C (or 0x5A433C) is known color: Very Dark Brown. HEX triplet: 5A, 43 and 3C. RGB value is (90,67,60). Sum of RGB (Red+Green+Blue) = 90+67+60=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A433C is #A5BCC3. Grayscale: #494949. Windows color (decimal): -10861764 or 3949402. OLE color: 3949402.
HSL color Cylindrical-coordinate representation of color #5A433C: hue angle of 14º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A433C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 60 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.65 |
| HSL | 14º | 0.2% | 0.29% | - |
| HSV(B) | 14º | 0.33% | 0.35% | - |
| XYZ | 7.04 | 6.51 | 5.16 | - |
| YUV | 73.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 60 | 0 | 0.26 | 0.33 | 0.65 | 14 | 0.2 | 0.29 |
| Hex | 5A | 43 | 3C | 0 | 1A | 21 | 41 | E | 14 | 1D |
| Octal | 132 | 103 | 74 | 0 | 32 | 41 | 101 | 16 | 24 | 35 |
| Binary | 1011010 | 1000011 | 111100 | 0 | 11010 | 100001 | 1000001 | 1110 | 10100 | 11101 |
Color Harmonies of #5A433C
Complementary color
Monochromatic Colors of #5A433C
Black with #5A433C
Text Example
Text Example
White with #5A433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A433C; }
p { color: rgb(90,67,60); }
H1.HeaderClassName
{
color: #5A433C;
}
.AnyTagClassName
{
color: #5A433C;
}
</style>
background-color css
<style>
a { background-color: #5A433C; }
a { background-color: rgb(90,67,60); }
div.DivClassName
{
background-color: #5A433C;
}
.BgClassName
{
background-color: #5A433C;
}
</style>
border-color css
<style>
span { border-color: #5A433C; }
span { border-color: rgb(90,67,60); }
td.TdClassName
{
border-color: #5A433C;
}
.TagClassName
{
border-color: #5A433C;
}
</style>