#59312A

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

Shades of Redwood #59312A

Tints of Redwood #59312A

Color information

#59312A (or 0x59312A) is unknown color: approx Redwood. HEX triplet: 59, 31 and 2A. RGB value is (89,49,42). Sum of RGB (Red+Green+Blue) = 89+49+42=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #59312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59312A is #A6CED5. Grayscale: #3C3C3C. Windows color (decimal): -10931926 or 2765145. OLE color: 2765145.

HSL color Cylindrical-coordinate representation of color #59312A: hue angle of 8.94º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59312A is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB894942-
CMYK00.450.530.65
HSL8.94º35.88%25.69%-
HSV(B)8.94º52.81%34.9%-
XYZ5.644.492.76-
YUV60.16117.75148.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.44%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=49.44%
G=27.22%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89494200.450.530.658.9435.8825.69
Hex59312A02D35419241a
Octal131615205565101114432
Binary101100111000110101001011011101011000001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59312A; }

 p { color: rgb(89,49,42); }

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

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

 a { background-color: rgb(89,49,42); }

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

<style>
 span { border-color: #59312A; }

 span { border-color: rgb(89,49,42); }

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