#593313

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

Shades of Baker's Chocolate #593313

Tints of Baker's Chocolate #593313

Color information

#593313 (or 0x593313) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 13. RGB value is (89,51,19). Sum of RGB (Red+Green+Blue) = 89+51+19=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #593313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593313 is #A6CCEC. Grayscale: #3A3A3A. Windows color (decimal): -10931437 or 1258329. OLE color: 1258329.

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

Color convert

RGB895119-
CMYK00.430.790.65
HSL27.43º64.81%21.18%-
HSV(B)27.43º78.65%34.9%-
XYZ5.424.541.21-
YUV58.71105.59149.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=55.97%
G=32.08%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89511900.430.790.6527.4364.8121.18
Hex59331302B4F411b4115
Octal13163230531171013310125
Binary10110011100111001101010111001111100000111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593313; }

 p { color: rgb(89,51,19); }

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

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

 a { background-color: rgb(89,51,19); }

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

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

 span { border-color: rgb(89,51,19); }

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