#55352E

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

Shades of Redwood #55352E

Tints of Redwood #55352E

Color information

#55352E (or 0x55352E) is unknown color: approx Redwood. HEX triplet: 55, 35 and 2E. RGB value is (85,53,46). Sum of RGB (Red+Green+Blue) = 85+53+46=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55352E is #AACAD1. Grayscale: #3D3D3D. Windows color (decimal): -11193042 or 3028309. OLE color: 3028309.

HSL color Cylindrical-coordinate representation of color #55352E: hue angle of 10.77º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55352E is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB855346-
CMYK00.380.460.67
HSL10.77º29.77%25.69%-
HSV(B)10.77º45.88%33.33%-
XYZ5.514.673.2-
YUV61.77119.1144.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 46 (18.36% from 255) = 25%
R=46.20%
G=28.80%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85534600.380.460.6710.7729.7725.69
Hex55352E0262E43b1e1a
Octal125655604656103133632
Binary10101011101011011100100110101110100001110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55352E; }

 p { color: rgb(85,53,46); }

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

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

 a { background-color: rgb(85,53,46); }

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

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

 span { border-color: rgb(85,53,46); }

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