Shades of Crater Brown #5A423D
Tints of Crater Brown #5A423D
RGB
CMYK
RGB Variations
Color information
#5A423D (or 0x5A423D) is known color: Crater Brown. HEX triplet: 5A, 42 and 3D. RGB value is (90,66,61). Sum of RGB (Red+Green+Blue) = 90+66+61=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A423D is #A5BDC2. Grayscale: #484848. Windows color (decimal): -10862019 or 4014682. OLE color: 4014682.
HSL color Cylindrical-coordinate representation of color #5A423D: hue angle of 10.34º 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 #5A423D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 66 | 61 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.65 |
| HSL | 10.34º | 0.19% | 0.3% | - |
| HSV(B) | 10.34º | 0.32% | 0.35% | - |
| XYZ | 7.01 | 6.41 | 5.28 | - |
| YUV | 72.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 61 | 0 | 0.27 | 0.32 | 0.65 | 10.34 | 0.19 | 0.3 |
| Hex | 5A | 42 | 3D | 0 | 1B | 20 | 41 | A | 13 | 1E |
| Octal | 132 | 102 | 75 | 0 | 33 | 40 | 101 | 12 | 23 | 36 |
| Binary | 1011010 | 1000010 | 111101 | 0 | 11011 | 100000 | 1000001 | 1010 | 10011 | 11110 |
Color Harmonies of #5A423D
Complementary color
Monochromatic Colors of #5A423D
Black with #5A423D
Text Example
Text Example
White with #5A423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A423D; }
p { color: rgb(90,66,61); }
H1.HeaderClassName
{
color: #5A423D;
}
.AnyTagClassName
{
color: #5A423D;
}
</style>
background-color css
<style>
a { background-color: #5A423D; }
a { background-color: rgb(90,66,61); }
div.DivClassName
{
background-color: #5A423D;
}
.BgClassName
{
background-color: #5A423D;
}
</style>
border-color css
<style>
span { border-color: #5A423D; }
span { border-color: rgb(90,66,61); }
td.TdClassName
{
border-color: #5A423D;
}
.TagClassName
{
border-color: #5A423D;
}
</style>