#593E10

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

Shades of Baker's Chocolate #593E10

Tints of Baker's Chocolate #593E10

Color information

#593E10 (or 0x593E10) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3E and 10. RGB value is (89,62,16). Sum of RGB (Red+Green+Blue) = 89+62+16=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #593E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593E10 is #A6C1EF. Grayscale: #414141. Windows color (decimal): -10928624 or 1064537. OLE color: 1064537.

HSL color Cylindrical-coordinate representation of color #593E10: hue angle of 37.81º 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 #593E10 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB896216-
CMYK00.300.820.65
HSL37.81º69.52%20.59%-
HSV(B)37.81º82.02%34.9%-
XYZ5.945.611.26-
YUV64.83100.45145.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=53.29%
G=37.13%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89621600.300.820.6537.8169.5220.59
Hex593E1001E5241264615
Octal13176200361221014610625
Binary10110011111101000001111010100101000001100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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