Shades of Crater Brown #54423F
Tints of Crater Brown #54423F
RGB
CMYK
RGB Variations
Color information
#54423F (or 0x54423F) is known color: Crater Brown. HEX triplet: 54, 42 and 3F. RGB value is (84,66,63). Sum of RGB (Red+Green+Blue) = 84+66+63=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #54423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54423F is #ABBDC0. Grayscale: #474747. Windows color (decimal): -11255233 or 4145748. OLE color: 4145748.
HSL color Cylindrical-coordinate representation of color #54423F: hue angle of 8.57º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54423F is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 63 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.67 |
| HSL | 8.57º | 0.14% | 0.29% | - |
| HSV(B) | 8.57º | 0.25% | 0.33% | - |
| XYZ | 6.5 | 6.14 | 5.55 | - |
| YUV | 71.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 63 | 0 | 0.21 | 0.25 | 0.67 | 8.57 | 0.14 | 0.29 |
| Hex | 54 | 42 | 3F | 0 | 15 | 19 | 43 | 9 | E | 1D |
| Octal | 124 | 102 | 77 | 0 | 25 | 31 | 103 | 11 | 16 | 35 |
| Binary | 1010100 | 1000010 | 111111 | 0 | 10101 | 11001 | 1000011 | 1001 | 1110 | 11101 |
Color Harmonies of #54423F
Complementary color
Monochromatic Colors of #54423F
Black with #54423F
Text Example
Text Example
White with #54423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54423F; }
p { color: rgb(84,66,63); }
H1.HeaderClassName
{
color: #54423F;
}
.AnyTagClassName
{
color: #54423F;
}
</style>
background-color css
<style>
a { background-color: #54423F; }
a { background-color: rgb(84,66,63); }
div.DivClassName
{
background-color: #54423F;
}
.BgClassName
{
background-color: #54423F;
}
</style>
border-color css
<style>
span { border-color: #54423F; }
span { border-color: rgb(84,66,63); }
td.TdClassName
{
border-color: #54423F;
}
.TagClassName
{
border-color: #54423F;
}
</style>