#59453B

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

Shades of Brown Derby #59453B

Tints of Brown Derby #59453B

Color information

#59453B (or 0x59453B) is unknown color: approx Brown Derby. HEX triplet: 59, 45 and 3B. RGB value is (89,69,59). Sum of RGB (Red+Green+Blue) = 89+69+59=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59453B is #A6BAC4. Grayscale: #494949. Windows color (decimal): -10926789 or 3884377. OLE color: 3884377.

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

Color convert

RGB896959-
CMYK00.220.340.65
HSL20º20.27%29.02%-
HSV(B)20º33.71%34.9%-
XYZ7.046.75.06-
YUV73.84119.63138.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=41.01%
G=31.80%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89695900.220.340.652020.2729.02
Hex59453B016224114141d
Octal1311057302642101242435
Binary101100110001011110110101101000101000001101001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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