#593407

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

Shades of Baker's Chocolate #593407

Tints of Baker's Chocolate #593407

Color information

#593407 (or 0x593407) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 34 and 07. RGB value is (89,52,7). Sum of RGB (Red+Green+Blue) = 89+52+7=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #593407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593407 is #A6CBF8. Grayscale: #3A3A3A. Windows color (decimal): -10931193 or 472153. OLE color: 472153.

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

Color convert

RGB89527-
CMYK00.420.920.65
HSL32.93º85.42%18.82%-
HSV(B)32.93º92.13%34.9%-
XYZ5.394.60.8-
YUV57.9399.26150.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=60.14%
G=35.14%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8952700.420.920.6532.9385.4218.82
Hex5934702A5C41215513
Octal1316470521341014112523
Binary1011001110100111010101010111001000001100001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593407; }

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

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

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

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

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

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

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

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