Html Css Color HEX #59332A Redwood

📋 copy color: '#59332A'

red 89 ◦ green 51 ◦ blue 42

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

Shades of Redwood #59332A

Tints of Redwood #59332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

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

R = 48.9%
G = 28.02%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#59332A (or 0x59332A) is known color: Redwood. HEX triplet: 59, 33 and 2A. RGB value is (89,51,42). Sum of RGB (Red+Green+Blue) = 89+51+42=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59332A is #A6CCD5. Grayscale: #3D3D3D. Windows color (decimal): -10931414 or 2765657. OLE color: 2765657.

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

Color convert

RGB 89 51 42 -
CMYK 0 0.43 0.53 0.65
HSL 11.49º 0.36% 0.26% -
HSV(B) 11.49º 0.53% 0.35% -
XYZ 5.72 4.66 2.79 -
YUV 61.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 89 51 42 0 0.43 0.53 0.65 11.49 0.36 0.26
Hex 59 33 2A 0 2B 35 41 B 24 1A
Octal 131 63 52 0 53 65 101 13 44 32
Binary 1011001 110011 101010 0 101011 110101 1000001 1011 100100 11010

Color Harmonies of #59332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59332A

Black with #59332A

Text Example


Text Example

White with #59332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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