Shades of Redwood #54352C
Tints of Redwood #54352C
RGB
CMYK
RGB Variations
Color information
#54352C (or 0x54352C) is known color: Redwood. HEX triplet: 54, 35 and 2C. RGB value is (84,53,44). Sum of RGB (Red+Green+Blue) = 84+53+44=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54352C is #ABCAD3. Grayscale: #3D3D3D. Windows color (decimal): -11258580 or 2897236. OLE color: 2897236.
HSL color Cylindrical-coordinate representation of color #54352C: hue angle of 13.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54352C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 44 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.67 |
| HSL | 13.5º | 0.31% | 0.25% | - |
| HSV(B) | 13.5º | 0.48% | 0.33% | - |
| XYZ | 5.38 | 4.61 | 2.99 | - |
| YUV | 61.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 44 | 0 | 0.37 | 0.48 | 0.67 | 13.5 | 0.31 | 0.25 |
| Hex | 54 | 35 | 2C | 0 | 25 | 30 | 43 | E | 1F | 19 |
| Octal | 124 | 65 | 54 | 0 | 45 | 60 | 103 | 16 | 37 | 31 |
| Binary | 1010100 | 110101 | 101100 | 0 | 100101 | 110000 | 1000011 | 1110 | 11111 | 11001 |
Color Harmonies of #54352C
Complementary color
Monochromatic Colors of #54352C
Black with #54352C
Text Example
Text Example
White with #54352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54352C; }
p { color: rgb(84,53,44); }
H1.HeaderClassName
{
color: #54352C;
}
.AnyTagClassName
{
color: #54352C;
}
</style>
background-color css
<style>
a { background-color: #54352C; }
a { background-color: rgb(84,53,44); }
div.DivClassName
{
background-color: #54352C;
}
.BgClassName
{
background-color: #54352C;
}
</style>
border-color css
<style>
span { border-color: #54352C; }
span { border-color: rgb(84,53,44); }
td.TdClassName
{
border-color: #54352C;
}
.TagClassName
{
border-color: #54352C;
}
</style>