#59453D

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

Shades of Very Dark Brown #59453D

Tints of Very Dark Brown #59453D

Color information

#59453D (or 0x59453D) is unknown color: approx Very Dark Brown. HEX triplet: 59, 45 and 3D. RGB value is (89,69,61). Sum of RGB (Red+Green+Blue) = 89+69+61=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #59453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59453D is #A6BAC2. Grayscale: #4A4A4A. Windows color (decimal): -10926787 or 4015449. OLE color: 4015449.

HSL color Cylindrical-coordinate representation of color #59453D: hue angle of 17.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59453D is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB896961-
CMYK00.220.310.65
HSL17.14º18.67%29.41%-
HSV(B)17.14º31.46%34.9%-
XYZ7.096.725.34-
YUV74.07120.63138.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=40.64%
G=31.51%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89696100.220.310.6517.1418.6729.41
Hex59453D0161F4111131d
Octal1311057502637101212335
Binary10110011000101111101010110111111000001100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59453D; }

 p { color: rgb(89,69,61); }

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

<style>
 a { background-color: #59453D; }

 a { background-color: rgb(89,69,61); }

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

<style>
 span { border-color: #59453D; }

 span { border-color: rgb(89,69,61); }

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