Shades of Crater Brown #533F39
Tints of Crater Brown #533F39
RGB
CMYK
RGB Variations
Color information
#533F39 (or 0x533F39) is known color: Crater Brown. HEX triplet: 53, 3F and 39. RGB value is (83,63,57). Sum of RGB (Red+Green+Blue) = 83+63+57=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F39 is #ACC0C6. Grayscale: #444444. Windows color (decimal): -11321543 or 3751763. OLE color: 3751763.
HSL color Cylindrical-coordinate representation of color #533F39: hue angle of 13.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533F39 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 57 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.67 |
| HSL | 13.85º | 0.19% | 0.27% | - |
| HSV(B) | 13.85º | 0.31% | 0.33% | - |
| XYZ | 6.08 | 5.69 | 4.65 | - |
| YUV | 68.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 57 | 0 | 0.24 | 0.31 | 0.67 | 13.85 | 0.19 | 0.27 |
| Hex | 53 | 3F | 39 | 0 | 18 | 1F | 43 | E | 13 | 1B |
| Octal | 123 | 77 | 71 | 0 | 30 | 37 | 103 | 16 | 23 | 33 |
| Binary | 1010011 | 111111 | 111001 | 0 | 11000 | 11111 | 1000011 | 1110 | 10011 | 11011 |
Color Harmonies of #533F39
Complementary color
Monochromatic Colors of #533F39
Black with #533F39
Text Example
Text Example
White with #533F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F39; }
p { color: rgb(83,63,57); }
H1.HeaderClassName
{
color: #533F39;
}
.AnyTagClassName
{
color: #533F39;
}
</style>
background-color css
<style>
a { background-color: #533F39; }
a { background-color: rgb(83,63,57); }
div.DivClassName
{
background-color: #533F39;
}
.BgClassName
{
background-color: #533F39;
}
</style>
border-color css
<style>
span { border-color: #533F39; }
span { border-color: rgb(83,63,57); }
td.TdClassName
{
border-color: #533F39;
}
.TagClassName
{
border-color: #533F39;
}
</style>