#593507

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

Shades of Baker's Chocolate #593507

Tints of Baker's Chocolate #593507

Color information

#593507 (or 0x593507) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 07. RGB value is (89,53,7). Sum of RGB (Red+Green+Blue) = 89+53+7=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #593507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593507 is #A6CAF8. Grayscale: #3A3A3A. Windows color (decimal): -10930937 or 472409. OLE color: 472409.

HSL color Cylindrical-coordinate representation of color #593507: hue angle of 33.66º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #593507 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB89537-
CMYK00.400.920.65
HSL33.66º85.42%18.82%-
HSV(B)33.66º92.13%34.9%-
XYZ5.434.690.82-
YUV58.5298.93149.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=59.73%
G=35.57%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8953700.400.920.6533.6685.4218.82
Hex593570285C41225513
Octal1316570501341014212523
Binary1011001110101111010100010111001000001100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593507; }

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

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

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

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

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

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

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

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