#55332a

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

Shades of Redwood #55332A

Tints of Redwood #55332A

Color information

#55332A (or 0x55332A) is unknown color: approx Redwood. HEX triplet: 55, 33 and 2A. RGB value is (85,51,42). Sum of RGB (Red+Green+Blue) = 85+51+42=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55332A is #AACCD5. Grayscale: #3C3C3C. Windows color (decimal): -11193558 or 2765653. OLE color: 2765653.

HSL color Cylindrical-coordinate representation of color #55332A: hue angle of 12.56º 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 #55332A is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB855142-
CMYK00.400.510.67
HSL12.56º33.86%24.9%-
HSV(B)12.56º50.59%33.33%-
XYZ5.354.472.77-
YUV60.14117.76145.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=47.75%
G=28.65%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85514200.400.510.6712.5633.8624.9
Hex55332A0283343d2219
Octal125635205063103154231
Binary101010111001110101001010001100111000011110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55332a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55332a; }

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

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

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

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

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

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

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

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