Shades of Crater Brown #53423F
Tints of Crater Brown #53423F
RGB
CMYK
RGB Variations
Color information
#53423F (or 0x53423F) is known color: Crater Brown. HEX triplet: 53, 42 and 3F. RGB value is (83,66,63). Sum of RGB (Red+Green+Blue) = 83+66+63=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #53423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53423F is #ACBDC0. Grayscale: #464646. Windows color (decimal): -11320769 or 4145747. OLE color: 4145747.
HSL color Cylindrical-coordinate representation of color #53423F: hue angle of 9º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53423F is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 63 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.67 |
| HSL | 9º | 0.14% | 0.29% | - |
| HSV(B) | 9º | 0.24% | 0.33% | - |
| XYZ | 6.41 | 6.09 | 5.54 | - |
| YUV | 70.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 63 | 0 | 0.20 | 0.24 | 0.67 | 9 | 0.14 | 0.29 |
| Hex | 53 | 42 | 3F | 0 | 14 | 18 | 43 | 9 | E | 1D |
| Octal | 123 | 102 | 77 | 0 | 24 | 30 | 103 | 11 | 16 | 35 |
| Binary | 1010011 | 1000010 | 111111 | 0 | 10100 | 11000 | 1000011 | 1001 | 1110 | 11101 |
Color Harmonies of #53423F
Complementary color
Monochromatic Colors of #53423F
Black with #53423F
Text Example
Text Example
White with #53423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53423F; }
p { color: rgb(83,66,63); }
H1.HeaderClassName
{
color: #53423F;
}
.AnyTagClassName
{
color: #53423F;
}
</style>
background-color css
<style>
a { background-color: #53423F; }
a { background-color: rgb(83,66,63); }
div.DivClassName
{
background-color: #53423F;
}
.BgClassName
{
background-color: #53423F;
}
</style>
border-color css
<style>
span { border-color: #53423F; }
span { border-color: rgb(83,66,63); }
td.TdClassName
{
border-color: #53423F;
}
.TagClassName
{
border-color: #53423F;
}
</style>