Shades of Crater Brown #53413E
Tints of Crater Brown #53413E
RGB
CMYK
RGB Variations
Color information
#53413E (or 0x53413E) is known color: Crater Brown. HEX triplet: 53, 41 and 3E. RGB value is (83,65,62). Sum of RGB (Red+Green+Blue) = 83+65+62=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #53413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53413E is #ACBEC1. Grayscale: #464646. Windows color (decimal): -11321026 or 4079955. OLE color: 4079955.
HSL color Cylindrical-coordinate representation of color #53413E: hue angle of 8.57º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53413E is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 62 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.67 |
| HSL | 8.57º | 0.14% | 0.28% | - |
| HSV(B) | 8.57º | 0.25% | 0.33% | - |
| XYZ | 6.33 | 5.97 | 5.38 | - |
| YUV | 70.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 62 | 0 | 0.22 | 0.25 | 0.67 | 8.57 | 0.14 | 0.28 |
| Hex | 53 | 41 | 3E | 0 | 16 | 19 | 43 | 9 | E | 1C |
| Octal | 123 | 101 | 76 | 0 | 26 | 31 | 103 | 11 | 16 | 34 |
| Binary | 1010011 | 1000001 | 111110 | 0 | 10110 | 11001 | 1000011 | 1001 | 1110 | 11100 |
Color Harmonies of #53413E
Complementary color
Monochromatic Colors of #53413E
Black with #53413E
Text Example
Text Example
White with #53413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53413E; }
p { color: rgb(83,65,62); }
H1.HeaderClassName
{
color: #53413E;
}
.AnyTagClassName
{
color: #53413E;
}
</style>
background-color css
<style>
a { background-color: #53413E; }
a { background-color: rgb(83,65,62); }
div.DivClassName
{
background-color: #53413E;
}
.BgClassName
{
background-color: #53413E;
}
</style>
border-color css
<style>
span { border-color: #53413E; }
span { border-color: rgb(83,65,62); }
td.TdClassName
{
border-color: #53413E;
}
.TagClassName
{
border-color: #53413E;
}
</style>