Html Css Color HEX #59322A Redwood

📋 copy color: '#59322A'

red 89 ◦ green 50 ◦ blue 42

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

Shades of Redwood #59322A

Tints of Redwood #59322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 49.17%
G = 27.62%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#59322A (or 0x59322A) is known color: Redwood. HEX triplet: 59, 32 and 2A. RGB value is (89,50,42). Sum of RGB (Red+Green+Blue) = 89+50+42=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59322A is #A6CDD5. Grayscale: #3C3C3C. Windows color (decimal): -10931670 or 2765401. OLE color: 2765401.

HSL color Cylindrical-coordinate representation of color #59322A: hue angle of 10.21º 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 #59322A is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 50 42 -
CMYK 0 0.44 0.53 0.65
HSL 10.21º 0.36% 0.26% -
HSV(B) 10.21º 0.53% 0.35% -
XYZ 5.68 4.57 2.77 -
YUV 60.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 89 50 42 0 0.44 0.53 0.65 10.21 0.36 0.26
Hex 59 32 2A 0 2C 35 41 A 24 1A
Octal 131 62 52 0 54 65 101 12 44 32
Binary 1011001 110010 101010 0 101100 110101 1000001 1010 100100 11010

Color Harmonies of #59322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59322A

Black with #59322A

Text Example


Text Example

White with #59322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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