Shades of Crater Brown #523E3C
Tints of Crater Brown #523E3C
RGB
CMYK
RGB Variations
Color information
#523E3C (or 0x523E3C) is known color: Crater Brown. HEX triplet: 52, 3E and 3C. RGB value is (82,62,60). Sum of RGB (Red+Green+Blue) = 82+62+60=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E3C is #ADC1C3. Grayscale: #434343. Windows color (decimal): -11387332 or 3948114. OLE color: 3948114.
HSL color Cylindrical-coordinate representation of color #523E3C: hue angle of 5.45º 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 #523E3C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 60 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.68 |
| HSL | 5.45º | 0.15% | 0.28% | - |
| HSV(B) | 5.45º | 0.27% | 0.32% | - |
| XYZ | 6.02 | 5.57 | 5.03 | - |
| YUV | 67.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 60 | 0 | 0.24 | 0.27 | 0.68 | 5.45 | 0.15 | 0.28 |
| Hex | 52 | 3E | 3C | 0 | 18 | 1B | 44 | 5 | F | 1C |
| Octal | 122 | 76 | 74 | 0 | 30 | 33 | 104 | 5 | 17 | 34 |
| Binary | 1010010 | 111110 | 111100 | 0 | 11000 | 11011 | 1000100 | 101 | 1111 | 11100 |
Color Harmonies of #523E3C
Complementary color
Monochromatic Colors of #523E3C
Black with #523E3C
Text Example
Text Example
White with #523E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E3C; }
p { color: rgb(82,62,60); }
H1.HeaderClassName
{
color: #523E3C;
}
.AnyTagClassName
{
color: #523E3C;
}
</style>
background-color css
<style>
a { background-color: #523E3C; }
a { background-color: rgb(82,62,60); }
div.DivClassName
{
background-color: #523E3C;
}
.BgClassName
{
background-color: #523E3C;
}
</style>
border-color css
<style>
span { border-color: #523E3C; }
span { border-color: rgb(82,62,60); }
td.TdClassName
{
border-color: #523E3C;
}
.TagClassName
{
border-color: #523E3C;
}
</style>