Shades of Crater Brown #523E38
Tints of Crater Brown #523E38
RGB
CMYK
RGB Variations
Color information
#523E38 (or 0x523E38) is known color: Crater Brown. HEX triplet: 52, 3E and 38. RGB value is (82,62,56). Sum of RGB (Red+Green+Blue) = 82+62+56=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #523E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E38 is #ADC1C7. Grayscale: #434343. Windows color (decimal): -11387336 or 3685970. OLE color: 3685970.
HSL color Cylindrical-coordinate representation of color #523E38: hue angle of 13.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #523E38 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 56 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.68 |
| HSL | 13.85º | 0.19% | 0.27% | - |
| HSV(B) | 13.85º | 0.32% | 0.32% | - |
| XYZ | 5.92 | 5.52 | 4.5 | - |
| YUV | 67.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 56 | 0 | 0.24 | 0.32 | 0.68 | 13.85 | 0.19 | 0.27 |
| Hex | 52 | 3E | 38 | 0 | 18 | 20 | 44 | E | 13 | 1B |
| Octal | 122 | 76 | 70 | 0 | 30 | 40 | 104 | 16 | 23 | 33 |
| Binary | 1010010 | 111110 | 111000 | 0 | 11000 | 100000 | 1000100 | 1110 | 10011 | 11011 |
Color Harmonies of #523E38
Complementary color
Monochromatic Colors of #523E38
Black with #523E38
Text Example
Text Example
White with #523E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E38; }
p { color: rgb(82,62,56); }
H1.HeaderClassName
{
color: #523E38;
}
.AnyTagClassName
{
color: #523E38;
}
</style>
background-color css
<style>
a { background-color: #523E38; }
a { background-color: rgb(82,62,56); }
div.DivClassName
{
background-color: #523E38;
}
.BgClassName
{
background-color: #523E38;
}
</style>
border-color css
<style>
span { border-color: #523E38; }
span { border-color: rgb(82,62,56); }
td.TdClassName
{
border-color: #523E38;
}
.TagClassName
{
border-color: #523E38;
}
</style>