Shades of Crater Brown #53413D
Tints of Crater Brown #53413D
RGB
CMYK
RGB Variations
Color information
#53413D (or 0x53413D) is known color: Crater Brown. HEX triplet: 53, 41 and 3D. RGB value is (83,65,61). Sum of RGB (Red+Green+Blue) = 83+65+61=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53413D is #ACBEC2. Grayscale: #454545. Windows color (decimal): -11321027 or 4014419. OLE color: 4014419.
HSL color Cylindrical-coordinate representation of color #53413D: hue angle of 10.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53413D is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 61 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.67 |
| HSL | 10.91º | 0.15% | 0.28% | - |
| HSV(B) | 10.91º | 0.27% | 0.33% | - |
| XYZ | 6.3 | 5.96 | 5.23 | - |
| YUV | 69.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 61 | 0 | 0.22 | 0.27 | 0.67 | 10.91 | 0.15 | 0.28 |
| Hex | 53 | 41 | 3D | 0 | 16 | 1B | 43 | B | F | 1C |
| Octal | 123 | 101 | 75 | 0 | 26 | 33 | 103 | 13 | 17 | 34 |
| Binary | 1010011 | 1000001 | 111101 | 0 | 10110 | 11011 | 1000011 | 1011 | 1111 | 11100 |
Color Harmonies of #53413D
Complementary color
Monochromatic Colors of #53413D
Black with #53413D
Text Example
Text Example
White with #53413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53413D; }
p { color: rgb(83,65,61); }
H1.HeaderClassName
{
color: #53413D;
}
.AnyTagClassName
{
color: #53413D;
}
</style>
background-color css
<style>
a { background-color: #53413D; }
a { background-color: rgb(83,65,61); }
div.DivClassName
{
background-color: #53413D;
}
.BgClassName
{
background-color: #53413D;
}
</style>
border-color css
<style>
span { border-color: #53413D; }
span { border-color: rgb(83,65,61); }
td.TdClassName
{
border-color: #53413D;
}
.TagClassName
{
border-color: #53413D;
}
</style>