#553731

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

Shades of Redwood #553731

Tints of Redwood #553731

Color information

#553731 (or 0x553731) is unknown color: approx Redwood. HEX triplet: 55, 37 and 31. RGB value is (85,55,49). Sum of RGB (Red+Green+Blue) = 85+55+49=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #553731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553731 is #AAC8CE. Grayscale: #3F3F3F. Windows color (decimal): -11192527 or 3225429. OLE color: 3225429.

HSL color Cylindrical-coordinate representation of color #553731: hue angle of 10º 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 #553731 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB855549-
CMYK00.350.420.67
HSL10º26.87%26.27%-
HSV(B)10º42.35%33.33%-
XYZ5.674.893.55-
YUV63.29119.94143.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=44.97%
G=29.10%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85554900.350.420.671026.8726.27
Hex5537310232A43a1b1a
Octal125676104352103123332
Binary10101011101111100010100011101010100001110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553731; }

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

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

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

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

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

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

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

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