Shades of Crater Brown #54423D
Tints of Crater Brown #54423D
RGB
CMYK
RGB Variations
Color information
#54423D (or 0x54423D) is known color: Crater Brown. HEX triplet: 54, 42 and 3D. RGB value is (84,66,61). Sum of RGB (Red+Green+Blue) = 84+66+61=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #54423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54423D is #ABBDC2. Grayscale: #464646. Windows color (decimal): -11255235 or 4014676. OLE color: 4014676.
HSL color Cylindrical-coordinate representation of color #54423D: hue angle of 13.04º 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 #54423D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 61 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.67 |
| HSL | 13.04º | 0.16% | 0.28% | - |
| HSV(B) | 13.04º | 0.27% | 0.33% | - |
| XYZ | 6.45 | 6.12 | 5.26 | - |
| YUV | 70.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 61 | 0 | 0.21 | 0.27 | 0.67 | 13.04 | 0.16 | 0.28 |
| Hex | 54 | 42 | 3D | 0 | 15 | 1B | 43 | D | 10 | 1C |
| Octal | 124 | 102 | 75 | 0 | 25 | 33 | 103 | 15 | 20 | 34 |
| Binary | 1010100 | 1000010 | 111101 | 0 | 10101 | 11011 | 1000011 | 1101 | 10000 | 11100 |
Color Harmonies of #54423D
Complementary color
Monochromatic Colors of #54423D
Black with #54423D
Text Example
Text Example
White with #54423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54423D; }
p { color: rgb(84,66,61); }
H1.HeaderClassName
{
color: #54423D;
}
.AnyTagClassName
{
color: #54423D;
}
</style>
background-color css
<style>
a { background-color: #54423D; }
a { background-color: rgb(84,66,61); }
div.DivClassName
{
background-color: #54423D;
}
.BgClassName
{
background-color: #54423D;
}
</style>
border-color css
<style>
span { border-color: #54423D; }
span { border-color: rgb(84,66,61); }
td.TdClassName
{
border-color: #54423D;
}
.TagClassName
{
border-color: #54423D;
}
</style>