#593114

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

Shades of Baker's Chocolate #593114

Tints of Baker's Chocolate #593114

Color information

#593114 (or 0x593114) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 31 and 14. RGB value is (89,49,20). Sum of RGB (Red+Green+Blue) = 89+49+20=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #593114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593114 is #A6CEEB. Grayscale: #393939. Windows color (decimal): -10931948 or 1323353. OLE color: 1323353.

HSL color Cylindrical-coordinate representation of color #593114: hue angle of 25.22º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #593114 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB894920-
CMYK00.450.780.65
HSL25.22º63.3%21.37%-
HSV(B)25.22º77.53%34.9%-
XYZ5.344.371.22-
YUV57.65106.75150.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=56.33%
G=31.01%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89492000.450.780.6525.2263.321.37
Hex59311402D4E41193f15
Octal1316124055116101317725
Binary1011001110001101000101101100111010000011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593114; }

 p { color: rgb(89,49,20); }

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

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

 a { background-color: rgb(89,49,20); }

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

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

 span { border-color: rgb(89,49,20); }

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