Html Css Color HEX #593330 Redwood

📋 copy color: '#593330'

red 89 ◦ green 51 ◦ blue 48

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

Shades of Redwood #593330

Tints of Redwood #593330

RGB

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

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

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

R = 47.34%
G = 27.13%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#593330 (or 0x593330) is known color: Redwood. HEX triplet: 59, 33 and 30. RGB value is (89,51,48). Sum of RGB (Red+Green+Blue) = 89+51+48=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #593330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593330 is #A6CCCF. Grayscale: #3E3E3E. Windows color (decimal): -10931408 or 3158873. OLE color: 3158873.

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

Color convert

RGB 89 51 48 -
CMYK 0 0.43 0.46 0.65
HSL 4.39º 0.3% 0.27% -
HSV(B) 4.39º 0.46% 0.35% -
XYZ 5.84 4.7 3.4 -
YUV 62.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 89 51 48 0 0.43 0.46 0.65 4.39 0.3 0.27
Hex 59 33 30 0 2B 2E 41 4 1E 1B
Octal 131 63 60 0 53 56 101 4 36 33
Binary 1011001 110011 110000 0 101011 101110 1000001 100 11110 11011

Color Harmonies of #593330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593330

Black with #593330

Text Example


Text Example

White with #593330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593330; }

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

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

background-color css

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

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

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

border-color css

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

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

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