Html Css Color HEX #593429 Redwood

📋 copy color: '#593429'

red 89 ◦ green 52 ◦ blue 41

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

Shades of Redwood #593429

Tints of Redwood #593429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.57%

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 48.9%
G = 28.57%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#593429 (or 0x593429) is known color: Redwood. HEX triplet: 59, 34 and 29. RGB value is (89,52,41). Sum of RGB (Red+Green+Blue) = 89+52+41=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #593429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593429 is #A6CBD6. Grayscale: #3D3D3D. Windows color (decimal): -10931159 or 2700377. OLE color: 2700377.

HSL color Cylindrical-coordinate representation of color #593429: hue angle of 13.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #593429 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 52 41 -
CMYK 0 0.42 0.54 0.65
HSL 13.75º 0.37% 0.25% -
HSV(B) 13.75º 0.54% 0.35% -
XYZ 5.75 4.74 2.71 -
YUV 61.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 89 52 41 0 0.42 0.54 0.65 13.75 0.37 0.25
Hex 59 34 29 0 2A 36 41 E 25 19
Octal 131 64 51 0 52 66 101 16 45 31
Binary 1011001 110100 101001 0 101010 110110 1000001 1110 100101 11001

Color Harmonies of #593429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593429

Black with #593429

Text Example


Text Example

White with #593429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593429; }

 p { color: rgb(89,52,41); }

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

background-color css

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

 a { background-color: rgb(89,52,41); }

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

border-color css

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

 span { border-color: rgb(89,52,41); }

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