Shades of Rock #54483E
Tints of Rock #54483E
RGB
CMYK
RGB Variations
Color information
#54483E (or 0x54483E) is known color: Rock. HEX triplet: 54, 48 and 3E. RGB value is (84,72,62). Sum of RGB (Red+Green+Blue) = 84+72+62=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #54483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54483E is #ABB7C1. Grayscale: #4A4A4A. Windows color (decimal): -11253698 or 4081748. OLE color: 4081748.
HSL color Cylindrical-coordinate representation of color #54483E: hue angle of 27.27º 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 #54483E is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 62 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.67 |
| HSL | 27.27º | 0.15% | 0.29% | - |
| HSV(B) | 27.27º | 0.26% | 0.33% | - |
| XYZ | 6.84 | 6.87 | 5.52 | - |
| YUV | 74.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 62 | 0 | 0.14 | 0.26 | 0.67 | 27.27 | 0.15 | 0.29 |
| Hex | 54 | 48 | 3E | 0 | E | 1A | 43 | 1B | F | 1D |
| Octal | 124 | 110 | 76 | 0 | 16 | 32 | 103 | 33 | 17 | 35 |
| Binary | 1010100 | 1001000 | 111110 | 0 | 1110 | 11010 | 1000011 | 11011 | 1111 | 11101 |
Color Harmonies of #54483E
Complementary color
Monochromatic Colors of #54483E
Black with #54483E
Text Example
Text Example
White with #54483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54483E; }
p { color: rgb(84,72,62); }
H1.HeaderClassName
{
color: #54483E;
}
.AnyTagClassName
{
color: #54483E;
}
</style>
background-color css
<style>
a { background-color: #54483E; }
a { background-color: rgb(84,72,62); }
div.DivClassName
{
background-color: #54483E;
}
.BgClassName
{
background-color: #54483E;
}
</style>
border-color css
<style>
span { border-color: #54483E; }
span { border-color: rgb(84,72,62); }
td.TdClassName
{
border-color: #54483E;
}
.TagClassName
{
border-color: #54483E;
}
</style>