Shades of Crater Brown #533F3B
Tints of Crater Brown #533F3B
RGB
CMYK
RGB Variations
Color information
#533F3B (or 0x533F3B) is known color: Crater Brown. HEX triplet: 53, 3F and 3B. RGB value is (83,63,59). Sum of RGB (Red+Green+Blue) = 83+63+59=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F3B is #ACC0C4. Grayscale: #444444. Windows color (decimal): -11321541 or 3882835. OLE color: 3882835.
HSL color Cylindrical-coordinate representation of color #533F3B: hue angle of 10º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533F3B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 59 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.67 |
| HSL | 10º | 0.17% | 0.28% | - |
| HSV(B) | 10º | 0.29% | 0.33% | - |
| XYZ | 6.13 | 5.71 | 4.92 | - |
| YUV | 68.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 59 | 0 | 0.24 | 0.29 | 0.67 | 10 | 0.17 | 0.28 |
| Hex | 53 | 3F | 3B | 0 | 18 | 1D | 43 | A | 11 | 1C |
| Octal | 123 | 77 | 73 | 0 | 30 | 35 | 103 | 12 | 21 | 34 |
| Binary | 1010011 | 111111 | 111011 | 0 | 11000 | 11101 | 1000011 | 1010 | 10001 | 11100 |
Color Harmonies of #533F3B
Complementary color
Monochromatic Colors of #533F3B
Black with #533F3B
Text Example
Text Example
White with #533F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F3B; }
p { color: rgb(83,63,59); }
H1.HeaderClassName
{
color: #533F3B;
}
.AnyTagClassName
{
color: #533F3B;
}
</style>
background-color css
<style>
a { background-color: #533F3B; }
a { background-color: rgb(83,63,59); }
div.DivClassName
{
background-color: #533F3B;
}
.BgClassName
{
background-color: #533F3B;
}
</style>
border-color css
<style>
span { border-color: #533F3B; }
span { border-color: rgb(83,63,59); }
td.TdClassName
{
border-color: #533F3B;
}
.TagClassName
{
border-color: #533F3B;
}
</style>