#59421A

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

Shades of Dark Brown #59421A

Tints of Dark Brown #59421A

Color information

#59421A (or 0x59421A) is unknown color: approx Dark Brown. HEX triplet: 59, 42 and 1A. RGB value is (89,66,26). Sum of RGB (Red+Green+Blue) = 89+66+26=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59421A is #A6BDE5. Grayscale: #444444. Windows color (decimal): -10927590 or 1720921. OLE color: 1720921.

HSL color Cylindrical-coordinate representation of color #59421A: hue angle of 38.1º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59421A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB896626-
CMYK00.260.710.65
HSL38.1º54.78%22.55%-
HSV(B)38.1º70.79%34.9%-
XYZ6.256.091.82-
YUV68.32104.12142.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.17%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=49.17%
G=36.46%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89662600.260.710.6538.154.7822.55
Hex59421A01A4741263717
Octal13110232032107101466727
Binary10110011000010110100110101000111100000110011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,66,26); }

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

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

 a { background-color: rgb(89,66,26); }

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

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

 span { border-color: rgb(89,66,26); }

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