Html Css Color HEX #59322D Redwood

📋 copy color: '#59322D'

red 89 ◦ green 50 ◦ blue 45

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

Shades of Redwood #59322D

Tints of Redwood #59322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

 BLUE value IS 45 (17.97% from 255) = 24.46%

R = 48.37%
G = 27.17%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59322D (or 0x59322D) is known color: Redwood. HEX triplet: 59, 32 and 2D. RGB value is (89,50,45). Sum of RGB (Red+Green+Blue) = 89+50+45=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59322D is #A6CDD2. Grayscale: #3D3D3D. Windows color (decimal): -10931667 or 2962009. OLE color: 2962009.

HSL color Cylindrical-coordinate representation of color #59322D: hue angle of 6.82º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59322D is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 50 45 -
CMYK 0 0.44 0.49 0.65
HSL 6.82º 0.33% 0.26% -
HSV(B) 6.82º 0.49% 0.35% -
XYZ 5.73 4.59 3.07 -
YUV 61.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 89 50 45 0 0.44 0.49 0.65 6.82 0.33 0.26
Hex 59 32 2D 0 2C 31 41 7 21 1A
Octal 131 62 55 0 54 61 101 7 41 32
Binary 1011001 110010 101101 0 101100 110001 1000001 111 100001 11010

Color Harmonies of #59322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59322D

Black with #59322D

Text Example


Text Example

White with #59322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59322D; }

 p { color: rgb(89,50,45); }

 H1.HeaderClassName
 {
   color: #59322D;
 }
 .AnyTagClassName
 {
   color: #59322D;
 }
</style>

background-color css

<style>
 a { background-color: #59322D; }

 a { background-color: rgb(89,50,45); }

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

border-color css

<style>
 span { border-color: #59322D; }

 span { border-color: rgb(89,50,45); }

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