#55342D

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

Shades of Redwood #55342D

Tints of Redwood #55342D

Color information

#55342D (or 0x55342D) is unknown color: approx Redwood. HEX triplet: 55, 34 and 2D. RGB value is (85,52,45). Sum of RGB (Red+Green+Blue) = 85+52+45=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55342D is #AACBD2. Grayscale: #3D3D3D. Windows color (decimal): -11193299 or 2962517. OLE color: 2962517.

HSL color Cylindrical-coordinate representation of color #55342D: hue angle of 10.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55342D is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB855245-
CMYK00.390.470.67
HSL10.5º30.77%25.49%-
HSV(B)10.5º47.06%33.33%-
XYZ5.454.583.08-
YUV61.07118.93145.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=46.70%
G=28.57%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85524500.390.470.6710.530.7725.49
Hex55342D0272F43a1f19
Octal125645504757103123731
Binary10101011101001011010100111101111100001110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55342D; }

 p { color: rgb(85,52,45); }

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

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

 a { background-color: rgb(85,52,45); }

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

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

 span { border-color: rgb(85,52,45); }

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