Shades of Redwood #54352D
Tints of Redwood #54352D
RGB
CMYK
RGB Variations
Color information
#54352D (or 0x54352D) is known color: Redwood. HEX triplet: 54, 35 and 2D. RGB value is (84,53,45). Sum of RGB (Red+Green+Blue) = 84+53+45=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54352D is #ABCAD2. Grayscale: #3D3D3D. Windows color (decimal): -11258579 or 2962772. OLE color: 2962772.
HSL color Cylindrical-coordinate representation of color #54352D: hue angle of 12.31º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54352D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 45 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.67 |
| HSL | 12.31º | 0.3% | 0.25% | - |
| HSV(B) | 12.31º | 0.46% | 0.33% | - |
| XYZ | 5.4 | 4.62 | 3.09 | - |
| YUV | 61.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 45 | 0 | 0.37 | 0.46 | 0.67 | 12.31 | 0.3 | 0.25 |
| Hex | 54 | 35 | 2D | 0 | 25 | 2E | 43 | C | 1E | 19 |
| Octal | 124 | 65 | 55 | 0 | 45 | 56 | 103 | 14 | 36 | 31 |
| Binary | 1010100 | 110101 | 101101 | 0 | 100101 | 101110 | 1000011 | 1100 | 11110 | 11001 |
Color Harmonies of #54352D
Complementary color
Monochromatic Colors of #54352D
Black with #54352D
Text Example
Text Example
White with #54352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54352D; }
p { color: rgb(84,53,45); }
H1.HeaderClassName
{
color: #54352D;
}
.AnyTagClassName
{
color: #54352D;
}
</style>
background-color css
<style>
a { background-color: #54352D; }
a { background-color: rgb(84,53,45); }
div.DivClassName
{
background-color: #54352D;
}
.BgClassName
{
background-color: #54352D;
}
</style>
border-color css
<style>
span { border-color: #54352D; }
span { border-color: rgb(84,53,45); }
td.TdClassName
{
border-color: #54352D;
}
.TagClassName
{
border-color: #54352D;
}
</style>