Html Css Color HEX #594948 Woody Brown

📋 copy color: '#594948'

red 89 ◦ green 73 ◦ blue 72

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

Shades of Woody Brown #594948

Tints of Woody Brown #594948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 38.03%
G = 31.2%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#594948 (or 0x594948) is known color: Woody Brown. HEX triplet: 59, 49 and 48. RGB value is (89,73,72). Sum of RGB (Red+Green+Blue) = 89+73+72=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #594948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594948 is #A6B6B7. Grayscale: #4D4D4D. Windows color (decimal): -10925752 or 4737369. OLE color: 4737369.

HSL color Cylindrical-coordinate representation of color #594948: hue angle of 3.53º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #594948 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 72 -
CMYK 0 0.18 0.19 0.65
HSL 3.53º 0.11% 0.32% -
HSV(B) 3.53º 0.19% 0.35% -
XYZ 7.67 7.36 7.15 -
YUV 77.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 89 73 72 0 0.18 0.19 0.65 3.53 0.11 0.32
Hex 59 49 48 0 12 13 41 4 B 20
Octal 131 111 110 0 22 23 101 4 13 40
Binary 1011001 1001001 1001000 0 10010 10011 1000001 100 1011 100000

Color Harmonies of #594948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594948

Black with #594948

Text Example


Text Example

White with #594948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594948; }

 p { color: rgb(89,73,72); }

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

background-color css

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

 a { background-color: rgb(89,73,72); }

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

border-color css

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

 span { border-color: rgb(89,73,72); }

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