#59342E

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

Shades of Redwood #59342E

Tints of Redwood #59342E

Color information

#59342E (or 0x59342E) is unknown color: approx Redwood. HEX triplet: 59, 34 and 2E. RGB value is (89,52,46). Sum of RGB (Red+Green+Blue) = 89+52+46=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59342E is #A6CBD1. Grayscale: #3E3E3E. Windows color (decimal): -10931154 or 3028057. OLE color: 3028057.

HSL color Cylindrical-coordinate representation of color #59342E: hue angle of 8.37º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59342E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB895246-
CMYK00.420.480.65
HSL8.37º31.85%26.47%-
HSV(B)8.37º48.31%34.9%-
XYZ5.844.783.2-
YUV62.38118.76146.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=47.59%
G=27.81%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89524600.420.480.658.3731.8526.47
Hex59342E02A30418201a
Octal131645605260101104032
Binary101100111010010111001010101100001000001100010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,52,46); }

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

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

 a { background-color: rgb(89,52,46); }

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

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

 span { border-color: rgb(89,52,46); }

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