#59453A

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

Shades of Brown Derby #59453A

Tints of Brown Derby #59453A

Color information

#59453A (or 0x59453A) is unknown color: approx Brown Derby. HEX triplet: 59, 45 and 3A. RGB value is (89,69,58). Sum of RGB (Red+Green+Blue) = 89+69+58=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #59453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59453A is #A6BAC5. Grayscale: #494949. Windows color (decimal): -10926790 or 3818841. OLE color: 3818841.

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

Color convert

RGB896958-
CMYK00.220.350.65
HSL21.29º21.09%28.82%-
HSV(B)21.29º34.83%34.9%-
XYZ7.016.694.92-
YUV73.73119.13138.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.20%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=41.20%
G=31.94%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89695800.220.350.6521.2921.0928.82
Hex59453A016234115151d
Octal1311057202643101252535
Binary101100110001011110100101101000111000001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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