Shades of Redwood #53372F
Tints of Redwood #53372F
RGB
CMYK
RGB Variations
Color information
#53372F (or 0x53372F) is known color: Redwood. HEX triplet: 53, 37 and 2F. RGB value is (83,55,47). Sum of RGB (Red+Green+Blue) = 83+55+47=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53372F is #ACC8D0. Grayscale: #3E3E3E. Windows color (decimal): -11323601 or 3094355. OLE color: 3094355.
HSL color Cylindrical-coordinate representation of color #53372F: hue angle of 13.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53372F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 55 | 47 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.67 |
| HSL | 13.33º | 0.28% | 0.25% | - |
| HSV(B) | 13.33º | 0.43% | 0.33% | - |
| XYZ | 5.45 | 4.78 | 3.32 | - |
| YUV | 62.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 47 | 0 | 0.34 | 0.43 | 0.67 | 13.33 | 0.28 | 0.25 |
| Hex | 53 | 37 | 2F | 0 | 22 | 2B | 43 | D | 1C | 19 |
| Octal | 123 | 67 | 57 | 0 | 42 | 53 | 103 | 15 | 34 | 31 |
| Binary | 1010011 | 110111 | 101111 | 0 | 100010 | 101011 | 1000011 | 1101 | 11100 | 11001 |
Color Harmonies of #53372F
Complementary color
Monochromatic Colors of #53372F
Black with #53372F
Text Example
Text Example
White with #53372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53372F; }
p { color: rgb(83,55,47); }
H1.HeaderClassName
{
color: #53372F;
}
.AnyTagClassName
{
color: #53372F;
}
</style>
background-color css
<style>
a { background-color: #53372F; }
a { background-color: rgb(83,55,47); }
div.DivClassName
{
background-color: #53372F;
}
.BgClassName
{
background-color: #53372F;
}
</style>
border-color css
<style>
span { border-color: #53372F; }
span { border-color: rgb(83,55,47); }
td.TdClassName
{
border-color: #53372F;
}
.TagClassName
{
border-color: #53372F;
}
</style>