#593001

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

Shades of Baker's Chocolate #593001

Tints of Baker's Chocolate #593001

Color information

#593001 (or 0x593001) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 30 and 01. RGB value is (89,48,1). Sum of RGB (Red+Green+Blue) = 89+48+1=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #593001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593001 is #A6CFFE. Grayscale: #373737. Windows color (decimal): -10932223 or 77913. OLE color: 77913.

HSL color Cylindrical-coordinate representation of color #593001: hue angle of 32.05º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #593001 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB89481-
CMYK00.460.990.65
HSL32.05º97.78%17.65%-
HSV(B)32.05º98.88%34.9%-
XYZ5.184.240.57-
YUV54.997.58152.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=64.49%
G=34.78%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8948100.460.990.6532.0597.7817.65
Hex5930102E6341206212
Octal1316010561431014014222
Binary10110011100001010111011000111000001100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593001; }

 p { color: rgb(89,48,1); }

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

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

 a { background-color: rgb(89,48,1); }

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

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

 span { border-color: rgb(89,48,1); }

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