#59401C

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

Shades of Dark Brown #59401C

Tints of Dark Brown #59401C

Color information

#59401C (or 0x59401C) is unknown color: approx Dark Brown. HEX triplet: 59, 40 and 1C. RGB value is (89,64,28). Sum of RGB (Red+Green+Blue) = 89+64+28=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59401C is #A6BFE3. Grayscale: #434343. Windows color (decimal): -10928100 or 1851481. OLE color: 1851481.

HSL color Cylindrical-coordinate representation of color #59401C: hue angle of 35.41º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59401C is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB896428-
CMYK00.280.690.65
HSL35.41º52.14%22.94%-
HSV(B)35.41º68.54%34.9%-
XYZ6.165.871.91-
YUV67.37105.78143.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.17%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=49.17%
G=35.36%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89642800.280.690.6535.4152.1422.94
Hex59401C01C4541233417
Octal13110034034105101436427
Binary10110011000000111000111001000101100000110001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59401C; }

 p { color: rgb(89,64,28); }

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

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

 a { background-color: rgb(89,64,28); }

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

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

 span { border-color: rgb(89,64,28); }

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