Html Css Color HEX #593430 Redwood

📋 copy color: '#593430'

red 89 ◦ green 52 ◦ blue 48

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

Shades of Redwood #593430

Tints of Redwood #593430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 47.09%
G = 27.51%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#593430 (or 0x593430) is known color: Redwood. HEX triplet: 59, 34 and 30. RGB value is (89,52,48). Sum of RGB (Red+Green+Blue) = 89+52+48=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #593430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593430 is #A6CBCF. Grayscale: #3E3E3E. Windows color (decimal): -10931152 or 3159129. OLE color: 3159129.

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

Color convert

RGB 89 52 48 -
CMYK 0 0.42 0.46 0.65
HSL 5.85º 0.3% 0.27% -
HSV(B) 5.85º 0.46% 0.35% -
XYZ 5.88 4.79 3.41 -
YUV 62.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 89 52 48 0 0.42 0.46 0.65 5.85 0.3 0.27
Hex 59 34 30 0 2A 2E 41 6 1E 1B
Octal 131 64 60 0 52 56 101 6 36 33
Binary 1011001 110100 110000 0 101010 101110 1000001 110 11110 11011

Color Harmonies of #593430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593430

Black with #593430

Text Example


Text Example

White with #593430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593430; }

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

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

background-color css

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

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

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

border-color css

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

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

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