Shades of Crater Brown #54403E
Tints of Crater Brown #54403E
RGB
CMYK
RGB Variations
Color information
#54403E (or 0x54403E) is known color: Crater Brown. HEX triplet: 54, 40 and 3E. RGB value is (84,64,62). Sum of RGB (Red+Green+Blue) = 84+64+62=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #54403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54403E is #ABBFC1. Grayscale: #454545. Windows color (decimal): -11255746 or 4079700. OLE color: 4079700.
HSL color Cylindrical-coordinate representation of color #54403E: hue angle of 5.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54403E is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 62 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.67 |
| HSL | 5.45º | 0.15% | 0.29% | - |
| HSV(B) | 5.45º | 0.26% | 0.33% | - |
| XYZ | 6.36 | 5.9 | 5.36 | - |
| YUV | 69.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 62 | 0 | 0.24 | 0.26 | 0.67 | 5.45 | 0.15 | 0.29 |
| Hex | 54 | 40 | 3E | 0 | 18 | 1A | 43 | 5 | F | 1D |
| Octal | 124 | 100 | 76 | 0 | 30 | 32 | 103 | 5 | 17 | 35 |
| Binary | 1010100 | 1000000 | 111110 | 0 | 11000 | 11010 | 1000011 | 101 | 1111 | 11101 |
Color Harmonies of #54403E
Complementary color
Monochromatic Colors of #54403E
Black with #54403E
Text Example
Text Example
White with #54403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54403E; }
p { color: rgb(84,64,62); }
H1.HeaderClassName
{
color: #54403E;
}
.AnyTagClassName
{
color: #54403E;
}
</style>
background-color css
<style>
a { background-color: #54403E; }
a { background-color: rgb(84,64,62); }
div.DivClassName
{
background-color: #54403E;
}
.BgClassName
{
background-color: #54403E;
}
</style>
border-color css
<style>
span { border-color: #54403E; }
span { border-color: rgb(84,64,62); }
td.TdClassName
{
border-color: #54403E;
}
.TagClassName
{
border-color: #54403E;
}
</style>