Shades of Crater Brown #5A413D
Tints of Crater Brown #5A413D
RGB
CMYK
RGB Variations
Color information
#5A413D (or 0x5A413D) is known color: Crater Brown. HEX triplet: 5A, 41 and 3D. RGB value is (90,65,61). Sum of RGB (Red+Green+Blue) = 90+65+61=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A413D is #A5BEC2. Grayscale: #484848. Windows color (decimal): -10862275 or 4014426. OLE color: 4014426.
HSL color Cylindrical-coordinate representation of color #5A413D: hue angle of 8.28º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A413D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 61 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.65 |
| HSL | 8.28º | 0.19% | 0.3% | - |
| HSV(B) | 8.28º | 0.32% | 0.35% | - |
| XYZ | 6.95 | 6.29 | 5.26 | - |
| YUV | 72.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 61 | 0 | 0.28 | 0.32 | 0.65 | 8.28 | 0.19 | 0.3 |
| Hex | 5A | 41 | 3D | 0 | 1C | 20 | 41 | 8 | 13 | 1E |
| Octal | 132 | 101 | 75 | 0 | 34 | 40 | 101 | 10 | 23 | 36 |
| Binary | 1011010 | 1000001 | 111101 | 0 | 11100 | 100000 | 1000001 | 1000 | 10011 | 11110 |
Color Harmonies of #5A413D
Complementary color
Monochromatic Colors of #5A413D
Black with #5A413D
Text Example
Text Example
White with #5A413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A413D; }
p { color: rgb(90,65,61); }
H1.HeaderClassName
{
color: #5A413D;
}
.AnyTagClassName
{
color: #5A413D;
}
</style>
background-color css
<style>
a { background-color: #5A413D; }
a { background-color: rgb(90,65,61); }
div.DivClassName
{
background-color: #5A413D;
}
.BgClassName
{
background-color: #5A413D;
}
</style>
border-color css
<style>
span { border-color: #5A413D; }
span { border-color: rgb(90,65,61); }
td.TdClassName
{
border-color: #5A413D;
}
.TagClassName
{
border-color: #5A413D;
}
</style>