Shades of Crater Brown #54413D
Tints of Crater Brown #54413D
RGB
CMYK
RGB Variations
Color information
#54413D (or 0x54413D) is known color: Crater Brown. HEX triplet: 54, 41 and 3D. RGB value is (84,65,61). Sum of RGB (Red+Green+Blue) = 84+65+61=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #54413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54413D is #ABBEC2. Grayscale: #464646. Windows color (decimal): -11255491 or 4014420. OLE color: 4014420.
HSL color Cylindrical-coordinate representation of color #54413D: 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.27%. Process color model (Four color, CMYK) of #54413D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 61 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.67 |
| HSL | 10.43º | 0.16% | 0.28% | - |
| HSV(B) | 10.43º | 0.27% | 0.33% | - |
| XYZ | 6.39 | 6 | 5.24 | - |
| YUV | 70.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 61 | 0 | 0.23 | 0.27 | 0.67 | 10.43 | 0.16 | 0.28 |
| Hex | 54 | 41 | 3D | 0 | 17 | 1B | 43 | A | 10 | 1C |
| Octal | 124 | 101 | 75 | 0 | 27 | 33 | 103 | 12 | 20 | 34 |
| Binary | 1010100 | 1000001 | 111101 | 0 | 10111 | 11011 | 1000011 | 1010 | 10000 | 11100 |
Color Harmonies of #54413D
Complementary color
Monochromatic Colors of #54413D
Black with #54413D
Text Example
Text Example
White with #54413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54413D; }
p { color: rgb(84,65,61); }
H1.HeaderClassName
{
color: #54413D;
}
.AnyTagClassName
{
color: #54413D;
}
</style>
background-color css
<style>
a { background-color: #54413D; }
a { background-color: rgb(84,65,61); }
div.DivClassName
{
background-color: #54413D;
}
.BgClassName
{
background-color: #54413D;
}
</style>
border-color css
<style>
span { border-color: #54413D; }
span { border-color: rgb(84,65,61); }
td.TdClassName
{
border-color: #54413D;
}
.TagClassName
{
border-color: #54413D;
}
</style>