#593712

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

Shades of Baker's Chocolate #593712

Tints of Baker's Chocolate #593712

Color information

#593712 (or 0x593712) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 37 and 12. RGB value is (89,55,18). Sum of RGB (Red+Green+Blue) = 89+55+18=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #593712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593712 is #A6C8ED. Grayscale: #3D3D3D. Windows color (decimal): -10930414 or 1193817. OLE color: 1193817.

HSL color Cylindrical-coordinate representation of color #593712: hue angle of 31.27º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #593712 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB895518-
CMYK00.380.800.65
HSL31.27º66.36%20.98%-
HSV(B)31.27º79.78%34.9%-
XYZ5.64.91.22-
YUV60.95103.76148.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=54.94%
G=33.95%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89551800.380.800.6531.2766.3620.98
Hex59371202650411f4215
Octal13167220461201013710225
Binary10110011101111001001001101010000100000111111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593712; }

 p { color: rgb(89,55,18); }

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

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

 a { background-color: rgb(89,55,18); }

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

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

 span { border-color: rgb(89,55,18); }

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