#59421C

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

Shades of Dark Brown #59421C

Tints of Dark Brown #59421C

Color information

#59421C (or 0x59421C) is unknown color: approx Dark Brown. HEX triplet: 59, 42 and 1C. RGB value is (89,66,28). Sum of RGB (Red+Green+Blue) = 89+66+28=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59421C is #A6BDE3. Grayscale: #444444. Windows color (decimal): -10927588 or 1851993. OLE color: 1851993.

HSL color Cylindrical-coordinate representation of color #59421C: hue angle of 37.38º 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 #59421C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB896628-
CMYK00.260.690.65
HSL37.38º52.14%22.94%-
HSV(B)37.38º68.54%34.9%-
XYZ6.286.11.95-
YUV68.54105.12142.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=48.63%
G=36.07%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89662800.260.690.6537.3852.1422.94
Hex59421C01A4541253417
Octal13110234032105101456427
Binary10110011000010111000110101000101100000110010111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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