Shades of Crater Brown #52403D
Tints of Crater Brown #52403D
RGB
CMYK
RGB Variations
Color information
#52403D (or 0x52403D) is known color: Crater Brown. HEX triplet: 52, 40 and 3D. RGB value is (82,64,61). Sum of RGB (Red+Green+Blue) = 82+64+61=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #52403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52403D is #ADBFC2. Grayscale: #454545. Windows color (decimal): -11386819 or 4014162. OLE color: 4014162.
HSL color Cylindrical-coordinate representation of color #52403D: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52403D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 61 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.68 |
| HSL | 8.57º | 0.15% | 0.28% | - |
| HSV(B) | 8.57º | 0.26% | 0.32% | - |
| XYZ | 6.16 | 5.8 | 5.21 | - |
| YUV | 69.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 61 | 0 | 0.22 | 0.26 | 0.68 | 8.57 | 0.15 | 0.28 |
| Hex | 52 | 40 | 3D | 0 | 16 | 1A | 44 | 9 | F | 1C |
| Octal | 122 | 100 | 75 | 0 | 26 | 32 | 104 | 11 | 17 | 34 |
| Binary | 1010010 | 1000000 | 111101 | 0 | 10110 | 11010 | 1000100 | 1001 | 1111 | 11100 |
Color Harmonies of #52403D
Complementary color
Monochromatic Colors of #52403D
Black with #52403D
Text Example
Text Example
White with #52403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52403D; }
p { color: rgb(82,64,61); }
H1.HeaderClassName
{
color: #52403D;
}
.AnyTagClassName
{
color: #52403D;
}
</style>
background-color css
<style>
a { background-color: #52403D; }
a { background-color: rgb(82,64,61); }
div.DivClassName
{
background-color: #52403D;
}
.BgClassName
{
background-color: #52403D;
}
</style>
border-color css
<style>
span { border-color: #52403D; }
span { border-color: rgb(82,64,61); }
td.TdClassName
{
border-color: #52403D;
}
.TagClassName
{
border-color: #52403D;
}
</style>