#553631

Color #553631 Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #553631

Tints of Redwood #553631

Color information

#553631 (or 0x553631) is unknown color: approx Redwood. HEX triplet: 55, 36 and 31. RGB value is (85,54,49). Sum of RGB (Red+Green+Blue) = 85+54+49=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553631 is #AAC9CE. Grayscale: #3E3E3E. Windows color (decimal): -11192783 or 3225173. OLE color: 3225173.

HSL color Cylindrical-coordinate representation of color #553631: hue angle of 8.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553631 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB855449-
CMYK00.360.420.67
HSL8.33º26.87%26.27%-
HSV(B)8.33º42.35%33.33%-
XYZ5.624.793.53-
YUV62.7120.27143.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=45.21%
G=28.72%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85544900.360.420.678.3326.8726.27
Hex5536310242A4381b1a
Octal125666104452103103332
Binary10101011101101100010100100101010100001110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553631; }

 p { color: rgb(85,54,49); }

 H1.HeaderClassName
 {
   color: #553631;
 }
 .AnyTagClassName
 {
   color: #553631;
 }
</style>
background-color css

<style>
 a { background-color: #553631; }

 a { background-color: rgb(85,54,49); }

 div.DivClassName
 {
   background-color: #553631;
 }
 .BgClassName
 {
   background-color: #553631;
 }
</style>
border-color css

<style>
 span { border-color: #553631; }

 span { border-color: rgb(85,54,49); }

 td.TdClassName
 {
   border-color: #553631;
 }
 .TagClassName
 {
   border-color: #553631;
 }
</style>