#594130

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

Shades of Brown Derby #594130

Tints of Brown Derby #594130

Color information

#594130 (or 0x594130) is unknown color: approx Brown Derby. HEX triplet: 59, 41 and 30. RGB value is (89,65,48). Sum of RGB (Red+Green+Blue) = 89+65+48=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #594130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594130 is #A6BECF. Grayscale: #464646. Windows color (decimal): -10927824 or 3162457. OLE color: 3162457.

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

Color convert

RGB896548-
CMYK00.270.460.65
HSL24.88º29.93%26.86%-
HSV(B)24.88º46.07%34.9%-
XYZ6.546.123.63-
YUV70.24115.45141.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 48 (19.14% from 255) = 23.76%
R=44.06%
G=32.18%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89654800.270.460.6524.8829.9326.86
Hex59413001B2E41191e1b
Octal1311016003356101313633
Binary101100110000011100000110111011101000001110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594130; }

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

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

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

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

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

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

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

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