#59401F

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

Shades of Dark Brown #59401F

Tints of Dark Brown #59401F

Color information

#59401F (or 0x59401F) is unknown color: approx Dark Brown. HEX triplet: 59, 40 and 1F. RGB value is (89,64,31). Sum of RGB (Red+Green+Blue) = 89+64+31=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59401F is #A6BFE0. Grayscale: #434343. Windows color (decimal): -10928097 or 2048089. OLE color: 2048089.

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

Color convert

RGB896431-
CMYK00.280.650.65
HSL34.14º48.33%23.53%-
HSV(B)34.14º65.17%34.9%-
XYZ6.25.892.11-
YUV67.71107.28143.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.37%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=48.37%
G=34.78%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89643100.280.650.6534.1448.3323.53
Hex59401F01C4141223018
Octal13110037034101101426030
Binary10110011000000111110111001000001100000110001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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