Shades of Redwood #54362F
Tints of Redwood #54362F
RGB
CMYK
RGB Variations
Color information
#54362F (or 0x54362F) is known color: Redwood. HEX triplet: 54, 36 and 2F. RGB value is (84,54,47). Sum of RGB (Red+Green+Blue) = 84+54+47=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54362F is #ABC9D0. Grayscale: #3E3E3E. Windows color (decimal): -11258321 or 3094100. OLE color: 3094100.
HSL color Cylindrical-coordinate representation of color #54362F: hue angle of 11.35º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54362F is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 54 | 47 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.67 |
| HSL | 11.35º | 0.28% | 0.26% | - |
| HSV(B) | 11.35º | 0.44% | 0.33% | - |
| XYZ | 5.49 | 4.73 | 3.31 | - |
| YUV | 62.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 54 | 47 | 0 | 0.36 | 0.44 | 0.67 | 11.35 | 0.28 | 0.26 |
| Hex | 54 | 36 | 2F | 0 | 24 | 2C | 43 | B | 1C | 1A |
| Octal | 124 | 66 | 57 | 0 | 44 | 54 | 103 | 13 | 34 | 32 |
| Binary | 1010100 | 110110 | 101111 | 0 | 100100 | 101100 | 1000011 | 1011 | 11100 | 11010 |
Color Harmonies of #54362F
Complementary color
Monochromatic Colors of #54362F
Black with #54362F
Text Example
Text Example
White with #54362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54362F; }
p { color: rgb(84,54,47); }
H1.HeaderClassName
{
color: #54362F;
}
.AnyTagClassName
{
color: #54362F;
}
</style>
background-color css
<style>
a { background-color: #54362F; }
a { background-color: rgb(84,54,47); }
div.DivClassName
{
background-color: #54362F;
}
.BgClassName
{
background-color: #54362F;
}
</style>
border-color css
<style>
span { border-color: #54362F; }
span { border-color: rgb(84,54,47); }
td.TdClassName
{
border-color: #54362F;
}
.TagClassName
{
border-color: #54362F;
}
</style>