#593502

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

Shades of Baker's Chocolate #593502

Tints of Baker's Chocolate #593502

Color information

#593502 (or 0x593502) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 02. RGB value is (89,53,2). Sum of RGB (Red+Green+Blue) = 89+53+2=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #593502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593502 is #A6CAFD. Grayscale: #3A3A3A. Windows color (decimal): -10930942 or 144729. OLE color: 144729.

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

Color convert

RGB89532-
CMYK00.400.980.65
HSL35.17º95.6%17.84%-
HSV(B)35.17º97.75%34.9%-
XYZ5.44.670.67-
YUV57.9596.43150.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.81%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=61.81%
G=36.81%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8953200.400.980.6535.1795.617.84
Hex593520286241236012
Octal1316520501421014314022
Binary101100111010110010100011000101000001100011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593502; }

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

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

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

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

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

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

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

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