Shades of Redwood #543730
Tints of Redwood #543730
RGB
CMYK
RGB Variations
Color information
#543730 (or 0x543730) is known color: Redwood. HEX triplet: 54, 37 and 30. RGB value is (84,55,48). Sum of RGB (Red+Green+Blue) = 84+55+48=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #543730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543730 is #ABC8CF. Grayscale: #3E3E3E. Windows color (decimal): -11258064 or 3159892. OLE color: 3159892.
HSL color Cylindrical-coordinate representation of color #543730: hue angle of 11.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #543730 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 55 | 48 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.67 |
| HSL | 11.67º | 0.27% | 0.26% | - |
| HSV(B) | 11.67º | 0.43% | 0.33% | - |
| XYZ | 5.56 | 4.83 | 3.44 | - |
| YUV | 62.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 48 | 0 | 0.35 | 0.43 | 0.67 | 11.67 | 0.27 | 0.26 |
| Hex | 54 | 37 | 30 | 0 | 23 | 2B | 43 | C | 1B | 1A |
| Octal | 124 | 67 | 60 | 0 | 43 | 53 | 103 | 14 | 33 | 32 |
| Binary | 1010100 | 110111 | 110000 | 0 | 100011 | 101011 | 1000011 | 1100 | 11011 | 11010 |
Color Harmonies of #543730
Complementary color
Monochromatic Colors of #543730
Black with #543730
Text Example
Text Example
White with #543730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543730; }
p { color: rgb(84,55,48); }
H1.HeaderClassName
{
color: #543730;
}
.AnyTagClassName
{
color: #543730;
}
</style>
background-color css
<style>
a { background-color: #543730; }
a { background-color: rgb(84,55,48); }
div.DivClassName
{
background-color: #543730;
}
.BgClassName
{
background-color: #543730;
}
</style>
border-color css
<style>
span { border-color: #543730; }
span { border-color: rgb(84,55,48); }
td.TdClassName
{
border-color: #543730;
}
.TagClassName
{
border-color: #543730;
}
</style>