#553431

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

Shades of Redwood #553431

Tints of Redwood #553431

Color information

#553431 (or 0x553431) is unknown color: approx Redwood. HEX triplet: 55, 34 and 31. RGB value is (85,52,49). Sum of RGB (Red+Green+Blue) = 85+52+49=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #553431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553431 is #AACBCE. Grayscale: #3D3D3D. Windows color (decimal): -11193295 or 3224661. OLE color: 3224661.

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

Color convert

RGB855249-
CMYK00.390.420.67
HSL26.87%26.27%-
HSV(B)42.35%33.33%-
XYZ5.534.613.5-
YUV61.52120.93144.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=45.70%
G=27.96%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85524900.390.420.67526.8726.27
Hex5534310272A4351b1a
Octal12564610475210353332
Binary1010101110100110001010011110101010000111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553431; }

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

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

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

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

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

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

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

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