#59493B

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

Shades of Brown Derby #59493B

Tints of Brown Derby #59493B

Color information

#59493B (or 0x59493B) is unknown color: approx Brown Derby. HEX triplet: 59, 49 and 3B. RGB value is (89,73,59). Sum of RGB (Red+Green+Blue) = 89+73+59=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #59493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59493B is #A6B6C4. Grayscale: #4C4C4C. Windows color (decimal): -10925765 or 3885401. OLE color: 3885401.

HSL color Cylindrical-coordinate representation of color #59493B: hue angle of 28º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59493B is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB897359-
CMYK00.180.340.65
HSL28º20.27%29.02%-
HSV(B)28º33.71%34.9%-
XYZ7.297.25.14-
YUV76.19118.3137.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.27%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=40.27%
G=33.03%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89735900.180.340.652820.2729.02
Hex59493B01222411c141d
Octal1311117302242101342435
Binary101100110010011110110100101000101000001111001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59493B; }

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

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

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

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

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

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

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

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