#593501

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

Shades of Baker's Chocolate #593501

Tints of Baker's Chocolate #593501

Color information

#593501 (or 0x593501) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 01. RGB value is (89,53,1). Sum of RGB (Red+Green+Blue) = 89+53+1=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #593501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593501 is #A6CAFE. Grayscale: #3A3A3A. Windows color (decimal): -10930943 or 79193. OLE color: 79193.

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

Color convert

RGB89531-
CMYK00.400.990.65
HSL35.45º97.78%17.65%-
HSV(B)35.45º98.88%34.9%-
XYZ5.44.670.65-
YUV57.8495.93150.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.24%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=62.24%
G=37.06%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8953100.400.990.6535.4597.7817.65
Hex593510286341236212
Octal1316510501431014314222
Binary10110011101011010100011000111000001100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593501; }

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

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

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

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

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

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

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

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