#593D11

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

Shades of Baker's Chocolate #593D11

Tints of Baker's Chocolate #593D11

Color information

#593D11 (or 0x593D11) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3D and 11. RGB value is (89,61,17). Sum of RGB (Red+Green+Blue) = 89+61+17=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #593D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D11 is #A6C2EE. Grayscale: #404040. Windows color (decimal): -10928879 or 1129817. OLE color: 1129817.

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

Color convert

RGB896117-
CMYK00.310.810.65
HSL36.67º67.92%20.78%-
HSV(B)36.67º80.9%34.9%-
XYZ5.895.51.28-
YUV64.36101.28145.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=53.29%
G=36.53%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89611700.310.810.6536.6767.9220.78
Hex593D1101F5141254415
Octal13175210371211014510425
Binary10110011111011000101111110100011000001100101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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