#55322A

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

Shades of Redwood #55322A

Tints of Redwood #55322A

Color information

#55322A (or 0x55322A) is unknown color: approx Redwood. HEX triplet: 55, 32 and 2A. RGB value is (85,50,42). Sum of RGB (Red+Green+Blue) = 85+50+42=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #55322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55322A is #AACDD5. Grayscale: #3B3B3B. Windows color (decimal): -11193814 or 2765397. OLE color: 2765397.

HSL color Cylindrical-coordinate representation of color #55322A: hue angle of 11.16º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55322A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB855042-
CMYK00.410.510.67
HSL11.16º33.86%24.9%-
HSV(B)11.16º50.59%33.33%-
XYZ5.34.382.76-
YUV59.55118.1146.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=48.02%
G=28.25%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85504200.410.510.6711.1633.8624.9
Hex55322A0293343b2219
Octal125625205163103134231
Binary101010111001010101001010011100111000011101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55322A; }

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

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

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

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

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

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

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

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