#55352C

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

Shades of Redwood #55352C

Tints of Redwood #55352C

Color information

#55352C (or 0x55352C) is unknown color: approx Redwood. HEX triplet: 55, 35 and 2C. RGB value is (85,53,44). Sum of RGB (Red+Green+Blue) = 85+53+44=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55352C is #AACAD3. Grayscale: #3D3D3D. Windows color (decimal): -11193044 or 2897237. OLE color: 2897237.

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

Color convert

RGB855344-
CMYK00.380.480.67
HSL13.17º31.78%25.29%-
HSV(B)13.17º48.24%33.33%-
XYZ5.474.662.99-
YUV61.54118.1144.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=46.70%
G=29.12%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85534400.380.480.6713.1731.7825.29
Hex55352C0263043d2019
Octal125655404660103154031
Binary101010111010110110001001101100001000011110110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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