Shades of Crater Brown #54403B
Tints of Crater Brown #54403B
RGB
CMYK
RGB Variations
Color information
#54403B (or 0x54403B) is known color: Crater Brown. HEX triplet: 54, 40 and 3B. RGB value is (84,64,59). Sum of RGB (Red+Green+Blue) = 84+64+59=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #54403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54403B is #ABBFC4. Grayscale: #454545. Windows color (decimal): -11255749 or 3883092. OLE color: 3883092.
HSL color Cylindrical-coordinate representation of color #54403B: hue angle of 12º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #54403B is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 59 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.67 |
| HSL | 12º | 0.17% | 0.28% | - |
| HSV(B) | 12º | 0.3% | 0.33% | - |
| XYZ | 6.28 | 5.87 | 4.94 | - |
| YUV | 69.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 59 | 0 | 0.24 | 0.30 | 0.67 | 12 | 0.17 | 0.28 |
| Hex | 54 | 40 | 3B | 0 | 18 | 1E | 43 | C | 11 | 1C |
| Octal | 124 | 100 | 73 | 0 | 30 | 36 | 103 | 14 | 21 | 34 |
| Binary | 1010100 | 1000000 | 111011 | 0 | 11000 | 11110 | 1000011 | 1100 | 10001 | 11100 |
Color Harmonies of #54403B
Complementary color
Monochromatic Colors of #54403B
Black with #54403B
Text Example
Text Example
White with #54403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54403B; }
p { color: rgb(84,64,59); }
H1.HeaderClassName
{
color: #54403B;
}
.AnyTagClassName
{
color: #54403B;
}
</style>
background-color css
<style>
a { background-color: #54403B; }
a { background-color: rgb(84,64,59); }
div.DivClassName
{
background-color: #54403B;
}
.BgClassName
{
background-color: #54403B;
}
</style>
border-color css
<style>
span { border-color: #54403B; }
span { border-color: rgb(84,64,59); }
td.TdClassName
{
border-color: #54403B;
}
.TagClassName
{
border-color: #54403B;
}
</style>