Html Css Color HEX #593228 Redwood

📋 copy color: '#593228'

red 89 ◦ green 50 ◦ blue 40

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

Shades of Redwood #593228

Tints of Redwood #593228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.93%

 BLUE value IS 40 (16.02% from 255) = 22.35%

R = 49.72%
G = 27.93%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#593228 (or 0x593228) is known color: Redwood. HEX triplet: 59, 32 and 28. RGB value is (89,50,40). Sum of RGB (Red+Green+Blue) = 89+50+40=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #593228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593228 is #A6CDD7. Grayscale: #3C3C3C. Windows color (decimal): -10931672 or 2634329. OLE color: 2634329.

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

Color convert

RGB 89 50 40 -
CMYK 0 0.44 0.55 0.65
HSL 12.24º 0.38% 0.25% -
HSV(B) 12.24º 0.55% 0.35% -
XYZ 5.64 4.56 2.59 -
YUV 60.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 89 50 40 0 0.44 0.55 0.65 12.24 0.38 0.25
Hex 59 32 28 0 2C 37 41 C 26 19
Octal 131 62 50 0 54 67 101 14 46 31
Binary 1011001 110010 101000 0 101100 110111 1000001 1100 100110 11001

Color Harmonies of #593228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593228

Black with #593228

Text Example


Text Example

White with #593228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593228; }

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

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

background-color css

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

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

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

border-color css

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

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

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