#593112

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

Shades of Baker's Chocolate #593112

Tints of Baker's Chocolate #593112

Color information

#593112 (or 0x593112) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 31 and 12. RGB value is (89,49,18). Sum of RGB (Red+Green+Blue) = 89+49+18=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #593112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593112 is #A6CEED. Grayscale: #393939. Windows color (decimal): -10931950 or 1192281. OLE color: 1192281.

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

Color convert

RGB894918-
CMYK00.450.800.65
HSL26.2º66.36%20.98%-
HSV(B)26.2º79.78%34.9%-
XYZ5.334.361.13-
YUV57.43105.75150.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=57.05%
G=31.41%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89491800.450.800.6526.266.3620.98
Hex59311202D50411a4215
Octal13161220551201013210225
Binary10110011100011001001011011010000100000111010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593112; }

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

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

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

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

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

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

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

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