#593A1A

Color #593A1A Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #593A1A

Tints of Baker's Chocolate #593A1A

Color information

#593A1A (or 0x593A1A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3A and 1A. RGB value is (89,58,26). Sum of RGB (Red+Green+Blue) = 89+58+26=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #593A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593A1A is #A6C5E5. Grayscale: #3F3F3F. Windows color (decimal): -10929638 or 1718873. OLE color: 1718873.

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

Color convert

RGB895826-
CMYK00.350.710.65
HSL30.48º54.78%22.55%-
HSV(B)30.48º70.79%34.9%-
XYZ5.825.221.68-
YUV63.62106.77146.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=51.45%
G=33.53%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89582600.350.710.6530.4854.7822.55
Hex593A1A02347411e3717
Octal1317232043107101366727
Binary1011001111010110100100011100011110000011111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593A1A; }

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

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

<style>
 a { background-color: #593A1A; }

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

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

<style>
 span { border-color: #593A1A; }

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

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