#594848

Color #594848 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #594848

Tints of Woody Brown #594848

Color information

#594848 (or 0x594848) is unknown color: approx Woody Brown. HEX triplet: 59, 48 and 48. RGB value is (89,72,72). Sum of RGB (Red+Green+Blue) = 89+72+72=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #594848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594848 is #A6B7B7. Grayscale: #4D4D4D. Windows color (decimal): -10926008 or 4737113. OLE color: 4737113.

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

Color convert

RGB897272-
CMYK00.190.190.65
HSL10.56%31.57%-
HSV(B)19.1%34.9%-
XYZ7.617.237.12-
YUV77.08125.13136.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=38.20%
G=30.90%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89727200.190.190.65010.5631.57
Hex59484801313410b20
Octal1311101100232310101340
Binary10110011001000100100001001110011100000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594848; }

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

 H1.HeaderClassName
 {
   color: #594848;
 }
 .AnyTagClassName
 {
   color: #594848;
 }
</style>
background-color css

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

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

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

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

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

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