#593D10

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

Shades of Baker's Chocolate #593D10

Tints of Baker's Chocolate #593D10

Color information

#593D10 (or 0x593D10) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3D and 10. RGB value is (89,61,16). Sum of RGB (Red+Green+Blue) = 89+61+16=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #593D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D10 is #A6C2EF. Grayscale: #404040. Windows color (decimal): -10928880 or 1064281. OLE color: 1064281.

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

Color convert

RGB896116-
CMYK00.310.820.65
HSL36.99º69.52%20.59%-
HSV(B)36.99º82.02%34.9%-
XYZ5.885.51.24-
YUV64.24100.78145.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 61 (24.22% from 255) = 36.75%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=53.61%
G=36.75%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89611600.310.820.6536.9969.5220.59
Hex593D1001F5241254615
Octal13175200371221014510625
Binary10110011111011000001111110100101000001100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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