#553228

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

Shades of Redwood #553228

Tints of Redwood #553228

Color information

#553228 (or 0x553228) is unknown color: approx Redwood. HEX triplet: 55, 32 and 28. RGB value is (85,50,40). Sum of RGB (Red+Green+Blue) = 85+50+40=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553228 is #AACDD7. Grayscale: #3B3B3B. Windows color (decimal): -11193816 or 2634325. OLE color: 2634325.

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

Color convert

RGB855040-
CMYK00.410.530.67
HSL13.33º36%24.51%-
HSV(B)13.33º52.94%33.33%-
XYZ5.274.372.57-
YUV59.32117.1146.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=48.57%
G=28.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85504000.410.530.6713.333624.51
Hex5532280293543d2419
Octal125625005165103154431
Binary101010111001010100001010011101011000011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553228; }

 p { color: rgb(85,50,40); }

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

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

 a { background-color: rgb(85,50,40); }

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

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

 span { border-color: rgb(85,50,40); }

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