Shades of Crater Brown #53413C
Tints of Crater Brown #53413C
RGB
CMYK
RGB Variations
Color information
#53413C (or 0x53413C) is known color: Crater Brown. HEX triplet: 53, 41 and 3C. RGB value is (83,65,60). Sum of RGB (Red+Green+Blue) = 83+65+60=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53413C is #ACBEC3. Grayscale: #454545. Windows color (decimal): -11321028 or 3948883. OLE color: 3948883.
HSL color Cylindrical-coordinate representation of color #53413C: hue angle of 13.04º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53413C is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 60 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.67 |
| HSL | 13.04º | 0.16% | 0.28% | - |
| HSV(B) | 13.04º | 0.28% | 0.33% | - |
| XYZ | 6.27 | 5.95 | 5.09 | - |
| YUV | 69.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 60 | 0 | 0.22 | 0.28 | 0.67 | 13.04 | 0.16 | 0.28 |
| Hex | 53 | 41 | 3C | 0 | 16 | 1C | 43 | D | 10 | 1C |
| Octal | 123 | 101 | 74 | 0 | 26 | 34 | 103 | 15 | 20 | 34 |
| Binary | 1010011 | 1000001 | 111100 | 0 | 10110 | 11100 | 1000011 | 1101 | 10000 | 11100 |
Color Harmonies of #53413C
Complementary color
Monochromatic Colors of #53413C
Black with #53413C
Text Example
Text Example
White with #53413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53413C; }
p { color: rgb(83,65,60); }
H1.HeaderClassName
{
color: #53413C;
}
.AnyTagClassName
{
color: #53413C;
}
</style>
background-color css
<style>
a { background-color: #53413C; }
a { background-color: rgb(83,65,60); }
div.DivClassName
{
background-color: #53413C;
}
.BgClassName
{
background-color: #53413C;
}
</style>
border-color css
<style>
span { border-color: #53413C; }
span { border-color: rgb(83,65,60); }
td.TdClassName
{
border-color: #53413C;
}
.TagClassName
{
border-color: #53413C;
}
</style>