Shades of Crater Brown #53403F
Tints of Crater Brown #53403F
RGB
CMYK
RGB Variations
Color information
#53403F (or 0x53403F) is known color: Crater Brown. HEX triplet: 53, 40 and 3F. RGB value is (83,64,63). Sum of RGB (Red+Green+Blue) = 83+64+63=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #53403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53403F is #ACBFC0. Grayscale: #454545. Windows color (decimal): -11321281 or 4145235. OLE color: 4145235.
HSL color Cylindrical-coordinate representation of color #53403F: hue angle of 3º 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 #53403F is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 63 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.67 |
| HSL | 3º | 0.14% | 0.29% | - |
| HSV(B) | 3º | 0.24% | 0.33% | - |
| XYZ | 6.3 | 5.86 | 5.5 | - |
| YUV | 69.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 63 | 0 | 0.23 | 0.24 | 0.67 | 3 | 0.14 | 0.29 |
| Hex | 53 | 40 | 3F | 0 | 17 | 18 | 43 | 3 | E | 1D |
| Octal | 123 | 100 | 77 | 0 | 27 | 30 | 103 | 3 | 16 | 35 |
| Binary | 1010011 | 1000000 | 111111 | 0 | 10111 | 11000 | 1000011 | 11 | 1110 | 11101 |
Color Harmonies of #53403F
Complementary color
Monochromatic Colors of #53403F
Black with #53403F
Text Example
Text Example
White with #53403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53403F; }
p { color: rgb(83,64,63); }
H1.HeaderClassName
{
color: #53403F;
}
.AnyTagClassName
{
color: #53403F;
}
</style>
background-color css
<style>
a { background-color: #53403F; }
a { background-color: rgb(83,64,63); }
div.DivClassName
{
background-color: #53403F;
}
.BgClassName
{
background-color: #53403F;
}
</style>
border-color css
<style>
span { border-color: #53403F; }
span { border-color: rgb(83,64,63); }
td.TdClassName
{
border-color: #53403F;
}
.TagClassName
{
border-color: #53403F;
}
</style>