#593D16

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

Shades of Baker's Chocolate #593D16

Tints of Baker's Chocolate #593D16

Color information

#593D16 (or 0x593D16) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3D and 16. RGB value is (89,61,22). Sum of RGB (Red+Green+Blue) = 89+61+22=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #593D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D16 is #A6C2E9. Grayscale: #414141. Windows color (decimal): -10928874 or 1457497. OLE color: 1457497.

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

Color convert

RGB896122-
CMYK00.310.750.65
HSL34.93º60.36%21.76%-
HSV(B)34.93º75.28%34.9%-
XYZ5.935.521.51-
YUV64.93103.78145.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 61 (24.22% from 255) = 35.47%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=51.74%
G=35.47%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89612200.310.750.6534.9360.3621.76
Hex593D1601F4B41233c16
Octal1317526037113101437426
Binary1011001111101101100111111001011100000110001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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