Html Css Color HEX #593532 Redwood

📋 copy color: '#593532'

red 89 ◦ green 53 ◦ blue 50

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

Shades of Redwood #593532

Tints of Redwood #593532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.6%

 BLUE value IS 50 (19.92% from 255) = 26.04%

R = 46.35%
G = 27.6%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#593532 (or 0x593532) is known color: Redwood. HEX triplet: 59, 35 and 32. RGB value is (89,53,50). Sum of RGB (Red+Green+Blue) = 89+53+50=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #593532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593532 is #A6CACD. Grayscale: #3F3F3F. Windows color (decimal): -10930894 or 3290457. OLE color: 3290457.

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

Color convert

RGB 89 53 50 -
CMYK 0 0.40 0.44 0.65
HSL 4.62º 0.28% 0.27% -
HSV(B) 4.62º 0.44% 0.35% -
XYZ 5.97 4.9 3.65 -
YUV 63.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 89 53 50 0 0.40 0.44 0.65 4.62 0.28 0.27
Hex 59 35 32 0 28 2C 41 5 1C 1B
Octal 131 65 62 0 50 54 101 5 34 33
Binary 1011001 110101 110010 0 101000 101100 1000001 101 11100 11011

Color Harmonies of #593532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593532

Black with #593532

Text Example


Text Example

White with #593532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593532; }

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

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

background-color css

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

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

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

border-color css

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

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

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