Html Css Color HEX #59342F Redwood

📋 copy color: '#59342F'

red 89 ◦ green 52 ◦ blue 47

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

Shades of Redwood #59342F

Tints of Redwood #59342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 47.34%
G = 27.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59342F (or 0x59342F) is known color: Redwood. HEX triplet: 59, 34 and 2F. RGB value is (89,52,47). Sum of RGB (Red+Green+Blue) = 89+52+47=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59342F is #A6CBD0. Grayscale: #3E3E3E. Windows color (decimal): -10931153 or 3093593. OLE color: 3093593.

HSL color Cylindrical-coordinate representation of color #59342F: hue angle of 7.14º 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 #59342F is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 52 47 -
CMYK 0 0.42 0.47 0.65
HSL 7.14º 0.31% 0.27% -
HSV(B) 7.14º 0.47% 0.35% -
XYZ 5.86 4.79 3.3 -
YUV 62.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 89 52 47 0 0.42 0.47 0.65 7.14 0.31 0.27
Hex 59 34 2F 0 2A 2F 41 7 1F 1B
Octal 131 64 57 0 52 57 101 7 37 33
Binary 1011001 110100 101111 0 101010 101111 1000001 111 11111 11011

Color Harmonies of #59342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59342F

Black with #59342F

Text Example


Text Example

White with #59342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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