#593310

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

Shades of Baker's Chocolate #593310

Tints of Baker's Chocolate #593310

Color information

#593310 (or 0x593310) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 10. RGB value is (89,51,16). Sum of RGB (Red+Green+Blue) = 89+51+16=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #593310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593310 is #A6CCEF. Grayscale: #3A3A3A. Windows color (decimal): -10931440 or 1061721. OLE color: 1061721.

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

Color convert

RGB895116-
CMYK00.430.820.65
HSL28.77º69.52%20.59%-
HSV(B)28.77º82.02%34.9%-
XYZ5.44.531.08-
YUV58.37104.09149.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=57.05%
G=32.69%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89511600.430.820.6528.7769.5220.59
Hex59331002B52411d4615
Octal13163200531221013510625
Binary10110011100111000001010111010010100000111101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593310; }

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

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

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

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

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

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

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

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