Html Css Color HEX #59342E Redwood

📋 copy color: '#59342E'

red 89 ◦ green 52 ◦ blue 46

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

Shades of Redwood #59342E

Tints of Redwood #59342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 47.59%
G = 27.81%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59342E (or 0x59342E) is known color: 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

RGB 89 52 46 -
CMYK 0 0.42 0.48 0.65
HSL 8.37º 0.32% 0.26% -
HSV(B) 8.37º 0.48% 0.35% -
XYZ 5.84 4.78 3.2 -
YUV 62.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 89 52 46 0 0.42 0.48 0.65 8.37 0.32 0.26
Hex 59 34 2E 0 2A 30 41 8 20 1A
Octal 131 64 56 0 52 60 101 10 40 32
Binary 1011001 110100 101110 0 101010 110000 1000001 1000 100000 11010

Color Harmonies of #59342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59342E

Black with #59342E

Text Example


Text Example

White with #59342E

Text Example


Text Example

HTML Codes & Css Web 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>