#593402

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

Shades of Baker's Chocolate #593402

Tints of Baker's Chocolate #593402

Color information

#593402 (or 0x593402) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 34 and 02. RGB value is (89,52,2). Sum of RGB (Red+Green+Blue) = 89+52+2=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #593402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593402 is #A6CBFD. Grayscale: #393939. Windows color (decimal): -10931198 or 144473. OLE color: 144473.

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

Color convert

RGB89522-
CMYK00.420.980.65
HSL34.48º95.6%17.84%-
HSV(B)34.48º97.75%34.9%-
XYZ5.364.580.66-
YUV57.3696.76150.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.24%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=62.24%
G=36.36%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8952200.420.980.6534.4895.617.84
Hex5934202A6241226012
Octal1316420521421014214022
Binary101100111010010010101011000101000001100010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593402; }

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

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

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

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

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

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

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

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