Shades of Crater Brown #52423E
Tints of Crater Brown #52423E
RGB
CMYK
RGB Variations
Color information
#52423E (or 0x52423E) is known color: Crater Brown. HEX triplet: 52, 42 and 3E. RGB value is (82,66,62). Sum of RGB (Red+Green+Blue) = 82+66+62=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #52423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52423E is #ADBDC1. Grayscale: #464646. Windows color (decimal): -11386306 or 4080210. OLE color: 4080210.
HSL color Cylindrical-coordinate representation of color #52423E: hue angle of 12º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52423E is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 66 | 62 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.68 |
| HSL | 12º | 0.14% | 0.28% | - |
| HSV(B) | 12º | 0.24% | 0.32% | - |
| XYZ | 6.3 | 6.04 | 5.39 | - |
| YUV | 70.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 62 | 0 | 0.20 | 0.24 | 0.68 | 12 | 0.14 | 0.28 |
| Hex | 52 | 42 | 3E | 0 | 14 | 18 | 44 | C | E | 1C |
| Octal | 122 | 102 | 76 | 0 | 24 | 30 | 104 | 14 | 16 | 34 |
| Binary | 1010010 | 1000010 | 111110 | 0 | 10100 | 11000 | 1000100 | 1100 | 1110 | 11100 |
Color Harmonies of #52423E
Complementary color
Monochromatic Colors of #52423E
Black with #52423E
Text Example
Text Example
White with #52423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52423E; }
p { color: rgb(82,66,62); }
H1.HeaderClassName
{
color: #52423E;
}
.AnyTagClassName
{
color: #52423E;
}
</style>
background-color css
<style>
a { background-color: #52423E; }
a { background-color: rgb(82,66,62); }
div.DivClassName
{
background-color: #52423E;
}
.BgClassName
{
background-color: #52423E;
}
</style>
border-color css
<style>
span { border-color: #52423E; }
span { border-color: rgb(82,66,62); }
td.TdClassName
{
border-color: #52423E;
}
.TagClassName
{
border-color: #52423E;
}
</style>