#59423A

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

Shades of Very Dark Brown #59423A

Tints of Very Dark Brown #59423A

Color information

#59423A (or 0x59423A) is unknown color: approx Very Dark Brown. HEX triplet: 59, 42 and 3A. RGB value is (89,66,58). Sum of RGB (Red+Green+Blue) = 89+66+58=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #59423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59423A is #A6BDC5. Grayscale: #484848. Windows color (decimal): -10927558 or 3818073. OLE color: 3818073.

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

Color convert

RGB896658-
CMYK00.260.350.65
HSL15.48º21.09%28.82%-
HSV(B)15.48º34.83%34.9%-
XYZ6.836.334.86-
YUV71.96120.12140.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.78%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=41.78%
G=30.99%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89665800.260.350.6515.4821.0928.82
Hex59423A01A2341f151d
Octal1311027203243101172535
Binary10110011000010111010011010100011100000111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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