Html Css Color HEX #59352F Redwood

📋 copy color: '#59352F'

red 89 ◦ green 53 ◦ blue 47

#59352F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Redwood #59352F

Tints of Redwood #59352F

RGB

 RED value IS 89 (35.16% from 255) = 47.09%

 GREEN value IS 53 (21.09% from 255) = 28.04%

 BLUE value IS 47 (18.75% from 255) = 24.87%

R = 47.09%
G = 28.04%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59352F (or 0x59352F) is known color: Redwood. HEX triplet: 59, 35 and 2F. RGB value is (89,53,47). Sum of RGB (Red+Green+Blue) = 89+53+47=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59352F is #A6CAD0. Grayscale: #3F3F3F. Windows color (decimal): -10930897 or 3093849. OLE color: 3093849.

HSL color Cylindrical-coordinate representation of color #59352F: hue angle of 8.57º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59352F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 47 -
CMYK 0 0.40 0.47 0.65
HSL 8.57º 0.31% 0.27% -
HSV(B) 8.57º 0.47% 0.35% -
XYZ 5.91 4.88 3.32 -
YUV 63.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 89 53 47 0 0.40 0.47 0.65 8.57 0.31 0.27
Hex 59 35 2F 0 28 2F 41 9 1F 1B
Octal 131 65 57 0 50 57 101 11 37 33
Binary 1011001 110101 101111 0 101000 101111 1000001 1001 11111 11011

Color Harmonies of #59352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59352F

Black with #59352F

Text Example


Text Example

White with #59352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59352F; }

 p { color: rgb(89,53,47); }

 H1.HeaderClassName
 {
   color: #59352F;
 }
 .AnyTagClassName
 {
   color: #59352F;
 }
</style>

background-color css

<style>
 a { background-color: #59352F; }

 a { background-color: rgb(89,53,47); }

 div.DivClassName
 {
   background-color: #59352F;
 }
 .BgClassName
 {
   background-color: #59352F;
 }
</style>

border-color css

<style>
 span { border-color: #59352F; }

 span { border-color: rgb(89,53,47); }

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