Shades of Crater Brown #54403D
Tints of Crater Brown #54403D
RGB
CMYK
RGB Variations
Color information
#54403D (or 0x54403D) is known color: Crater Brown. HEX triplet: 54, 40 and 3D. RGB value is (84,64,61). Sum of RGB (Red+Green+Blue) = 84+64+61=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #54403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54403D is #ABBFC2. Grayscale: #454545. Windows color (decimal): -11255747 or 4014164. OLE color: 4014164.
HSL color Cylindrical-coordinate representation of color #54403D: hue angle of 7.83º degrees, saturation: 0.16, 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 #54403D is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 61 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.67 |
| HSL | 7.83º | 0.16% | 0.28% | - |
| HSV(B) | 7.83º | 0.27% | 0.33% | - |
| XYZ | 6.33 | 5.89 | 5.22 | - |
| YUV | 69.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 61 | 0 | 0.24 | 0.27 | 0.67 | 7.83 | 0.16 | 0.28 |
| Hex | 54 | 40 | 3D | 0 | 18 | 1B | 43 | 8 | 10 | 1C |
| Octal | 124 | 100 | 75 | 0 | 30 | 33 | 103 | 10 | 20 | 34 |
| Binary | 1010100 | 1000000 | 111101 | 0 | 11000 | 11011 | 1000011 | 1000 | 10000 | 11100 |
Color Harmonies of #54403D
Complementary color
Monochromatic Colors of #54403D
Black with #54403D
Text Example
Text Example
White with #54403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54403D; }
p { color: rgb(84,64,61); }
H1.HeaderClassName
{
color: #54403D;
}
.AnyTagClassName
{
color: #54403D;
}
</style>
background-color css
<style>
a { background-color: #54403D; }
a { background-color: rgb(84,64,61); }
div.DivClassName
{
background-color: #54403D;
}
.BgClassName
{
background-color: #54403D;
}
</style>
border-color css
<style>
span { border-color: #54403D; }
span { border-color: rgb(84,64,61); }
td.TdClassName
{
border-color: #54403D;
}
.TagClassName
{
border-color: #54403D;
}
</style>