Shades of Crater Brown #533E3B
Tints of Crater Brown #533E3B
RGB
CMYK
RGB Variations
Color information
#533E3B (or 0x533E3B) is known color: Crater Brown. HEX triplet: 53, 3E and 3B. RGB value is (83,62,59). Sum of RGB (Red+Green+Blue) = 83+62+59=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E3B is #ACC1C4. Grayscale: #434343. Windows color (decimal): -11321797 or 3882579. OLE color: 3882579.
HSL color Cylindrical-coordinate representation of color #533E3B: hue angle of 7.5º 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 #533E3B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 59 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.67 |
| HSL | 7.5º | 0.17% | 0.28% | - |
| HSV(B) | 7.5º | 0.29% | 0.33% | - |
| XYZ | 6.08 | 5.6 | 4.9 | - |
| YUV | 67.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 59 | 0 | 0.25 | 0.29 | 0.67 | 7.5 | 0.17 | 0.28 |
| Hex | 53 | 3E | 3B | 0 | 19 | 1D | 43 | 8 | 11 | 1C |
| Octal | 123 | 76 | 73 | 0 | 31 | 35 | 103 | 10 | 21 | 34 |
| Binary | 1010011 | 111110 | 111011 | 0 | 11001 | 11101 | 1000011 | 1000 | 10001 | 11100 |
Color Harmonies of #533E3B
Complementary color
Monochromatic Colors of #533E3B
Black with #533E3B
Text Example
Text Example
White with #533E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E3B; }
p { color: rgb(83,62,59); }
H1.HeaderClassName
{
color: #533E3B;
}
.AnyTagClassName
{
color: #533E3B;
}
</style>
background-color css
<style>
a { background-color: #533E3B; }
a { background-color: rgb(83,62,59); }
div.DivClassName
{
background-color: #533E3B;
}
.BgClassName
{
background-color: #533E3B;
}
</style>
border-color css
<style>
span { border-color: #533E3B; }
span { border-color: rgb(83,62,59); }
td.TdClassName
{
border-color: #533E3B;
}
.TagClassName
{
border-color: #533E3B;
}
</style>