Shades of Crater Brown #533F3E
Tints of Crater Brown #533F3E
RGB
CMYK
RGB Variations
Color information
#533F3E (or 0x533F3E) is known color: Crater Brown. HEX triplet: 53, 3F and 3E. RGB value is (83,63,62). Sum of RGB (Red+Green+Blue) = 83+63+62=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #533F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F3E is #ACC0C1. Grayscale: #444444. Windows color (decimal): -11321538 or 4079443. OLE color: 4079443.
HSL color Cylindrical-coordinate representation of color #533F3E: hue angle of 2.86º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #533F3E is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 62 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.67 |
| HSL | 2.86º | 0.14% | 0.28% | - |
| HSV(B) | 2.86º | 0.25% | 0.33% | - |
| XYZ | 6.21 | 5.74 | 5.34 | - |
| YUV | 68.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 62 | 0 | 0.24 | 0.25 | 0.67 | 2.86 | 0.14 | 0.28 |
| Hex | 53 | 3F | 3E | 0 | 18 | 19 | 43 | 3 | E | 1C |
| Octal | 123 | 77 | 76 | 0 | 30 | 31 | 103 | 3 | 16 | 34 |
| Binary | 1010011 | 111111 | 111110 | 0 | 11000 | 11001 | 1000011 | 11 | 1110 | 11100 |
Color Harmonies of #533F3E
Complementary color
Monochromatic Colors of #533F3E
Black with #533F3E
Text Example
Text Example
White with #533F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F3E; }
p { color: rgb(83,63,62); }
H1.HeaderClassName
{
color: #533F3E;
}
.AnyTagClassName
{
color: #533F3E;
}
</style>
background-color css
<style>
a { background-color: #533F3E; }
a { background-color: rgb(83,63,62); }
div.DivClassName
{
background-color: #533F3E;
}
.BgClassName
{
background-color: #533F3E;
}
</style>
border-color css
<style>
span { border-color: #533F3E; }
span { border-color: rgb(83,63,62); }
td.TdClassName
{
border-color: #533F3E;
}
.TagClassName
{
border-color: #533F3E;
}
</style>