#593319

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

Shades of Baker's Chocolate #593319

Tints of Baker's Chocolate #593319

Color information

#593319 (or 0x593319) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 19. RGB value is (89,51,25). Sum of RGB (Red+Green+Blue) = 89+51+25=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #593319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593319 is #A6CCE6. Grayscale: #3B3B3B. Windows color (decimal): -10931431 or 1651545. OLE color: 1651545.

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

Color convert

RGB895125-
CMYK00.430.720.65
HSL24.38º56.14%22.35%-
HSV(B)24.38º71.91%34.9%-
XYZ5.484.561.51-
YUV59.4108.59149.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.94%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=53.94%
G=30.91%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89512500.430.720.6524.3856.1422.35
Hex59331902B4841183816
Octal1316331053110101307026
Binary1011001110011110010101011100100010000011100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593319; }

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

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

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

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

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

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

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

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