Shades of Crater Brown #52413C
Tints of Crater Brown #52413C
RGB
CMYK
RGB Variations
Color information
#52413C (or 0x52413C) is known color: Crater Brown. HEX triplet: 52, 41 and 3C. RGB value is (82,65,60). Sum of RGB (Red+Green+Blue) = 82+65+60=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #52413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52413C is #ADBEC3. Grayscale: #454545. Windows color (decimal): -11386564 or 3948882. OLE color: 3948882.
HSL color Cylindrical-coordinate representation of color #52413C: hue angle of 13.64º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52413C is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 60 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.68 |
| HSL | 13.64º | 0.15% | 0.28% | - |
| HSV(B) | 13.64º | 0.27% | 0.32% | - |
| XYZ | 6.19 | 5.9 | 5.09 | - |
| YUV | 69.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 60 | 0 | 0.21 | 0.27 | 0.68 | 13.64 | 0.15 | 0.28 |
| Hex | 52 | 41 | 3C | 0 | 15 | 1B | 44 | E | F | 1C |
| Octal | 122 | 101 | 74 | 0 | 25 | 33 | 104 | 16 | 17 | 34 |
| Binary | 1010010 | 1000001 | 111100 | 0 | 10101 | 11011 | 1000100 | 1110 | 1111 | 11100 |
Color Harmonies of #52413C
Complementary color
Monochromatic Colors of #52413C
Black with #52413C
Text Example
Text Example
White with #52413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52413C; }
p { color: rgb(82,65,60); }
H1.HeaderClassName
{
color: #52413C;
}
.AnyTagClassName
{
color: #52413C;
}
</style>
background-color css
<style>
a { background-color: #52413C; }
a { background-color: rgb(82,65,60); }
div.DivClassName
{
background-color: #52413C;
}
.BgClassName
{
background-color: #52413C;
}
</style>
border-color css
<style>
span { border-color: #52413C; }
span { border-color: rgb(82,65,60); }
td.TdClassName
{
border-color: #52413C;
}
.TagClassName
{
border-color: #52413C;
}
</style>