Shades of Crater Brown #533F3C
Tints of Crater Brown #533F3C
RGB
CMYK
RGB Variations
Color information
#533F3C (or 0x533F3C) is known color: Crater Brown. HEX triplet: 53, 3F and 3C. RGB value is (83,63,60). Sum of RGB (Red+Green+Blue) = 83+63+60=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F3C is #ACC0C3. Grayscale: #444444. Windows color (decimal): -11321540 or 3948371. OLE color: 3948371.
HSL color Cylindrical-coordinate representation of color #533F3C: hue angle of 7.83º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533F3C is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 60 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.67 |
| HSL | 7.83º | 0.16% | 0.28% | - |
| HSV(B) | 7.83º | 0.28% | 0.33% | - |
| XYZ | 6.16 | 5.72 | 5.05 | - |
| YUV | 68.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 60 | 0 | 0.24 | 0.28 | 0.67 | 7.83 | 0.16 | 0.28 |
| Hex | 53 | 3F | 3C | 0 | 18 | 1C | 43 | 8 | 10 | 1C |
| Octal | 123 | 77 | 74 | 0 | 30 | 34 | 103 | 10 | 20 | 34 |
| Binary | 1010011 | 111111 | 111100 | 0 | 11000 | 11100 | 1000011 | 1000 | 10000 | 11100 |
Color Harmonies of #533F3C
Complementary color
Monochromatic Colors of #533F3C
Black with #533F3C
Text Example
Text Example
White with #533F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F3C; }
p { color: rgb(83,63,60); }
H1.HeaderClassName
{
color: #533F3C;
}
.AnyTagClassName
{
color: #533F3C;
}
</style>
background-color css
<style>
a { background-color: #533F3C; }
a { background-color: rgb(83,63,60); }
div.DivClassName
{
background-color: #533F3C;
}
.BgClassName
{
background-color: #533F3C;
}
</style>
border-color css
<style>
span { border-color: #533F3C; }
span { border-color: rgb(83,63,60); }
td.TdClassName
{
border-color: #533F3C;
}
.TagClassName
{
border-color: #533F3C;
}
</style>