Shades of Crater Brown #533F3D
Tints of Crater Brown #533F3D
RGB
CMYK
RGB Variations
Color information
#533F3D (or 0x533F3D) is known color: Crater Brown. HEX triplet: 53, 3F and 3D. RGB value is (83,63,61). Sum of RGB (Red+Green+Blue) = 83+63+61=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #533F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F3D is #ACC0C2. Grayscale: #444444. Windows color (decimal): -11321539 or 4013907. OLE color: 4013907.
HSL color Cylindrical-coordinate representation of color #533F3D: hue angle of 5.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533F3D is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 61 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.67 |
| HSL | 5.45º | 0.15% | 0.28% | - |
| HSV(B) | 5.45º | 0.27% | 0.33% | - |
| XYZ | 6.19 | 5.73 | 5.19 | - |
| YUV | 68.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 61 | 0 | 0.24 | 0.27 | 0.67 | 5.45 | 0.15 | 0.28 |
| Hex | 53 | 3F | 3D | 0 | 18 | 1B | 43 | 5 | F | 1C |
| Octal | 123 | 77 | 75 | 0 | 30 | 33 | 103 | 5 | 17 | 34 |
| Binary | 1010011 | 111111 | 111101 | 0 | 11000 | 11011 | 1000011 | 101 | 1111 | 11100 |
Color Harmonies of #533F3D
Complementary color
Monochromatic Colors of #533F3D
Black with #533F3D
Text Example
Text Example
White with #533F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F3D; }
p { color: rgb(83,63,61); }
H1.HeaderClassName
{
color: #533F3D;
}
.AnyTagClassName
{
color: #533F3D;
}
</style>
background-color css
<style>
a { background-color: #533F3D; }
a { background-color: rgb(83,63,61); }
div.DivClassName
{
background-color: #533F3D;
}
.BgClassName
{
background-color: #533F3D;
}
</style>
border-color css
<style>
span { border-color: #533F3D; }
span { border-color: rgb(83,63,61); }
td.TdClassName
{
border-color: #533F3D;
}
.TagClassName
{
border-color: #533F3D;
}
</style>