#594532

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

Shades of Brown Derby #594532

Tints of Brown Derby #594532

Color information

#594532 (or 0x594532) is unknown color: approx Brown Derby. HEX triplet: 59, 45 and 32. RGB value is (89,69,50). Sum of RGB (Red+Green+Blue) = 89+69+50=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #594532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594532 is #A6BACD. Grayscale: #484848. Windows color (decimal): -10926798 or 3294553. OLE color: 3294553.

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

Color convert

RGB896950-
CMYK00.220.440.65
HSL29.23º28.06%27.25%-
HSV(B)29.23º43.82%34.9%-
XYZ6.826.613.93-
YUV72.81115.13139.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=42.79%
G=33.17%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89695000.220.440.6529.2328.0627.25
Hex5945320162C411d1c1b
Octal1311056202654101353433
Binary101100110001011100100101101011001000001111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594532; }

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

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

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

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

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

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

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

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