Shades of Crater Brown #53403D
Tints of Crater Brown #53403D
RGB
CMYK
RGB Variations
Color information
#53403D (or 0x53403D) is known color: Crater Brown. HEX triplet: 53, 40 and 3D. RGB value is (83,64,61). Sum of RGB (Red+Green+Blue) = 83+64+61=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53403D is #ACBFC2. Grayscale: #454545. Windows color (decimal): -11321283 or 4014163. OLE color: 4014163.
HSL color Cylindrical-coordinate representation of color #53403D: hue angle of 8.18º 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 #53403D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 61 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.67 |
| HSL | 8.18º | 0.15% | 0.28% | - |
| HSV(B) | 8.18º | 0.27% | 0.33% | - |
| XYZ | 6.24 | 5.84 | 5.21 | - |
| YUV | 69.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 61 | 0 | 0.23 | 0.27 | 0.67 | 8.18 | 0.15 | 0.28 |
| Hex | 53 | 40 | 3D | 0 | 17 | 1B | 43 | 8 | F | 1C |
| Octal | 123 | 100 | 75 | 0 | 27 | 33 | 103 | 10 | 17 | 34 |
| Binary | 1010011 | 1000000 | 111101 | 0 | 10111 | 11011 | 1000011 | 1000 | 1111 | 11100 |
Color Harmonies of #53403D
Complementary color
Monochromatic Colors of #53403D
Black with #53403D
Text Example
Text Example
White with #53403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53403D; }
p { color: rgb(83,64,61); }
H1.HeaderClassName
{
color: #53403D;
}
.AnyTagClassName
{
color: #53403D;
}
</style>
background-color css
<style>
a { background-color: #53403D; }
a { background-color: rgb(83,64,61); }
div.DivClassName
{
background-color: #53403D;
}
.BgClassName
{
background-color: #53403D;
}
</style>
border-color css
<style>
span { border-color: #53403D; }
span { border-color: rgb(83,64,61); }
td.TdClassName
{
border-color: #53403D;
}
.TagClassName
{
border-color: #53403D;
}
</style>