#593510

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

Shades of Baker's Chocolate #593510

Tints of Baker's Chocolate #593510

Color information

#593510 (or 0x593510) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 10. RGB value is (89,53,16). Sum of RGB (Red+Green+Blue) = 89+53+16=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #593510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593510 is #A6CAEF. Grayscale: #3B3B3B. Windows color (decimal): -10930928 or 1062233. OLE color: 1062233.

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

Color convert

RGB895316-
CMYK00.400.820.65
HSL30.41º69.52%20.59%-
HSV(B)30.41º82.02%34.9%-
XYZ5.494.711.11-
YUV59.55103.43149.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=56.33%
G=33.54%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89531600.400.820.6530.4169.5220.59
Hex59351002852411e4615
Octal13165200501221013610625
Binary10110011101011000001010001010010100000111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593510; }

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

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

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

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

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

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

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

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