#593200

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

Shades of Baker's Chocolate #593200

Tints of Baker's Chocolate #593200

Color information

#593200 (or 0x593200) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 32 and 00. RGB value is (89,50,0). Sum of RGB (Red+Green+Blue) = 89+50+0=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #593200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593200 is #A6CDFF. Grayscale: #383838. Windows color (decimal): -10931712 or 12889. OLE color: 12889.

HSL color Cylindrical-coordinate representation of color #593200: hue angle of 33.71º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #593200 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB89500-
CMYK00.4410.65
HSL33.71º100%17.45%-
HSV(B)33.71º100%34.9%-
XYZ5.264.410.57-
YUV55.9696.42151.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.03%
G=35.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8950000.4410.6533.7110017.45
Hex5932002C6441226411
Octal1316200541441014214421
Binary10110011100100010110011001001000001100010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593200; }

 p { color: rgb(89,50,0); }

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

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

 a { background-color: rgb(89,50,0); }

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

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

 span { border-color: rgb(89,50,0); }

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