#593110

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

Shades of Baker's Chocolate #593110

Tints of Baker's Chocolate #593110

Color information

#593110 (or 0x593110) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 31 and 10. RGB value is (89,49,16). Sum of RGB (Red+Green+Blue) = 89+49+16=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #593110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593110 is #A6CEEF. Grayscale: #393939. Windows color (decimal): -10931952 or 1061209. OLE color: 1061209.

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

Color convert

RGB894916-
CMYK00.450.820.65
HSL27.12º69.52%20.59%-
HSV(B)27.12º82.02%34.9%-
XYZ5.314.361.05-
YUV57.2104.75150.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.79%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=57.79%
G=31.82%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89491600.450.820.6527.1269.5220.59
Hex59311002D52411b4615
Octal13161200551221013310625
Binary10110011100011000001011011010010100000111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593110; }

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

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

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

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

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

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

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

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