Shades of Redwood #553328
Tints of Redwood #553328
RGB
CMYK
RGB Variations
Color information
#553328 (or 0x553328) is known color: Redwood. HEX triplet: 55, 33 and 28. RGB value is (85,51,40). Sum of RGB (Red+Green+Blue) = 85+51+40=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #553328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553328 is #AACCD7. Grayscale: #3B3B3B. Windows color (decimal): -11193560 or 2634581. OLE color: 2634581.
HSL color Cylindrical-coordinate representation of color #553328: hue angle of 14.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553328 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 40 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.67 |
| HSL | 14.67º | 0.36% | 0.25% | - |
| HSV(B) | 14.67º | 0.53% | 0.33% | - |
| XYZ | 5.31 | 4.45 | 2.59 | - |
| YUV | 59.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 40 | 0 | 0.40 | 0.53 | 0.67 | 14.67 | 0.36 | 0.25 |
| Hex | 55 | 33 | 28 | 0 | 28 | 35 | 43 | F | 24 | 19 |
| Octal | 125 | 63 | 50 | 0 | 50 | 65 | 103 | 17 | 44 | 31 |
| Binary | 1010101 | 110011 | 101000 | 0 | 101000 | 110101 | 1000011 | 1111 | 100100 | 11001 |
Color Harmonies of #553328
Complementary color
Monochromatic Colors of #553328
Black with #553328
Text Example
Text Example
White with #553328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553328; }
p { color: rgb(85,51,40); }
H1.HeaderClassName
{
color: #553328;
}
.AnyTagClassName
{
color: #553328;
}
</style>
background-color css
<style>
a { background-color: #553328; }
a { background-color: rgb(85,51,40); }
div.DivClassName
{
background-color: #553328;
}
.BgClassName
{
background-color: #553328;
}
</style>
border-color css
<style>
span { border-color: #553328; }
span { border-color: rgb(85,51,40); }
td.TdClassName
{
border-color: #553328;
}
.TagClassName
{
border-color: #553328;
}
</style>