Shades of Redwood #553430
Tints of Redwood #553430
RGB
CMYK
RGB Variations
Color information
#553430 (or 0x553430) is known color: Redwood. HEX triplet: 55, 34 and 30. RGB value is (85,52,48). Sum of RGB (Red+Green+Blue) = 85+52+48=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #553430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553430 is #AACBCF. Grayscale: #3D3D3D. Windows color (decimal): -11193296 or 3159125. OLE color: 3159125.
HSL color Cylindrical-coordinate representation of color #553430: hue angle of 6.49º 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 #553430 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 52 | 48 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.67 |
| HSL | 6.49º | 0.28% | 0.26% | - |
| HSV(B) | 6.49º | 0.44% | 0.33% | - |
| XYZ | 5.51 | 4.6 | 3.39 | - |
| YUV | 61.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 48 | 0 | 0.39 | 0.44 | 0.67 | 6.49 | 0.28 | 0.26 |
| Hex | 55 | 34 | 30 | 0 | 27 | 2C | 43 | 6 | 1C | 1A |
| Octal | 125 | 64 | 60 | 0 | 47 | 54 | 103 | 6 | 34 | 32 |
| Binary | 1010101 | 110100 | 110000 | 0 | 100111 | 101100 | 1000011 | 110 | 11100 | 11010 |
Color Harmonies of #553430
Complementary color
Monochromatic Colors of #553430
Black with #553430
Text Example
Text Example
White with #553430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553430; }
p { color: rgb(85,52,48); }
H1.HeaderClassName
{
color: #553430;
}
.AnyTagClassName
{
color: #553430;
}
</style>
background-color css
<style>
a { background-color: #553430; }
a { background-color: rgb(85,52,48); }
div.DivClassName
{
background-color: #553430;
}
.BgClassName
{
background-color: #553430;
}
</style>
border-color css
<style>
span { border-color: #553430; }
span { border-color: rgb(85,52,48); }
td.TdClassName
{
border-color: #553430;
}
.TagClassName
{
border-color: #553430;
}
</style>