Html Css Color HEX #59322B Redwood

📋 copy color: '#59322B'

red 89 ◦ green 50 ◦ blue 43

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

Shades of Redwood #59322B

Tints of Redwood #59322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.63%

R = 48.9%
G = 27.47%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59322B (or 0x59322B) is known color: Redwood. HEX triplet: 59, 32 and 2B. RGB value is (89,50,43). Sum of RGB (Red+Green+Blue) = 89+50+43=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59322B is #A6CDD4. Grayscale: #3C3C3C. Windows color (decimal): -10931669 or 2830937. OLE color: 2830937.

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

Color convert

RGB 89 50 43 -
CMYK 0 0.44 0.52 0.65
HSL 9.13º 0.35% 0.26% -
HSV(B) 9.13º 0.52% 0.35% -
XYZ 5.7 4.58 2.87 -
YUV 60.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 89 50 43 0 0.44 0.52 0.65 9.13 0.35 0.26
Hex 59 32 2B 0 2C 34 41 9 23 1A
Octal 131 62 53 0 54 64 101 11 43 32
Binary 1011001 110010 101011 0 101100 110100 1000001 1001 100011 11010

Color Harmonies of #59322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59322B

Black with #59322B

Text Example


Text Example

White with #59322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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