Shades of Crater Brown #523E39
Tints of Crater Brown #523E39
RGB
CMYK
RGB Variations
Color information
#523E39 (or 0x523E39) is known color: Crater Brown. HEX triplet: 52, 3E and 39. RGB value is (82,62,57). Sum of RGB (Red+Green+Blue) = 82+62+57=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #523E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E39 is #ADC1C6. Grayscale: #434343. Windows color (decimal): -11387335 or 3751506. OLE color: 3751506.
HSL color Cylindrical-coordinate representation of color #523E39: hue angle of 12º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #523E39 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 57 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.68 |
| HSL | 12º | 0.18% | 0.27% | - |
| HSV(B) | 12º | 0.3% | 0.32% | - |
| XYZ | 5.94 | 5.53 | 4.63 | - |
| YUV | 67.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 57 | 0 | 0.24 | 0.30 | 0.68 | 12 | 0.18 | 0.27 |
| Hex | 52 | 3E | 39 | 0 | 18 | 1E | 44 | C | 12 | 1B |
| Octal | 122 | 76 | 71 | 0 | 30 | 36 | 104 | 14 | 22 | 33 |
| Binary | 1010010 | 111110 | 111001 | 0 | 11000 | 11110 | 1000100 | 1100 | 10010 | 11011 |
Color Harmonies of #523E39
Complementary color
Monochromatic Colors of #523E39
Black with #523E39
Text Example
Text Example
White with #523E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E39; }
p { color: rgb(82,62,57); }
H1.HeaderClassName
{
color: #523E39;
}
.AnyTagClassName
{
color: #523E39;
}
</style>
background-color css
<style>
a { background-color: #523E39; }
a { background-color: rgb(82,62,57); }
div.DivClassName
{
background-color: #523E39;
}
.BgClassName
{
background-color: #523E39;
}
</style>
border-color css
<style>
span { border-color: #523E39; }
span { border-color: rgb(82,62,57); }
td.TdClassName
{
border-color: #523E39;
}
.TagClassName
{
border-color: #523E39;
}
</style>