Shades of Crater Brown #53403C
Tints of Crater Brown #53403C
RGB
CMYK
RGB Variations
Color information
#53403C (or 0x53403C) is known color: Crater Brown. HEX triplet: 53, 40 and 3C. RGB value is (83,64,60). Sum of RGB (Red+Green+Blue) = 83+64+60=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #53403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53403C is #ACBFC3. Grayscale: #454545. Windows color (decimal): -11321284 or 3948627. OLE color: 3948627.
HSL color Cylindrical-coordinate representation of color #53403C: hue angle of 10.43º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53403C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 60 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.67 |
| HSL | 10.43º | 0.16% | 0.28% | - |
| HSV(B) | 10.43º | 0.28% | 0.33% | - |
| XYZ | 6.22 | 5.83 | 5.07 | - |
| YUV | 69.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 60 | 0 | 0.23 | 0.28 | 0.67 | 10.43 | 0.16 | 0.28 |
| Hex | 53 | 40 | 3C | 0 | 17 | 1C | 43 | A | 10 | 1C |
| Octal | 123 | 100 | 74 | 0 | 27 | 34 | 103 | 12 | 20 | 34 |
| Binary | 1010011 | 1000000 | 111100 | 0 | 10111 | 11100 | 1000011 | 1010 | 10000 | 11100 |
Color Harmonies of #53403C
Complementary color
Monochromatic Colors of #53403C
Black with #53403C
Text Example
Text Example
White with #53403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53403C; }
p { color: rgb(83,64,60); }
H1.HeaderClassName
{
color: #53403C;
}
.AnyTagClassName
{
color: #53403C;
}
</style>
background-color css
<style>
a { background-color: #53403C; }
a { background-color: rgb(83,64,60); }
div.DivClassName
{
background-color: #53403C;
}
.BgClassName
{
background-color: #53403C;
}
</style>
border-color css
<style>
span { border-color: #53403C; }
span { border-color: rgb(83,64,60); }
td.TdClassName
{
border-color: #53403C;
}
.TagClassName
{
border-color: #53403C;
}
</style>