#593602

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

Shades of Baker's Chocolate #593602

Tints of Baker's Chocolate #593602

Color information

#593602 (or 0x593602) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 36 and 02. RGB value is (89,54,2). Sum of RGB (Red+Green+Blue) = 89+54+2=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #593602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593602 is #A6C9FD. Grayscale: #3A3A3A. Windows color (decimal): -10930686 or 144985. OLE color: 144985.

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

Color convert

RGB89542-
CMYK00.390.980.65
HSL35.86º95.6%17.84%-
HSV(B)35.86º97.75%34.9%-
XYZ5.454.770.69-
YUV58.5496.1149.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=61.38%
G=37.24%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8954200.390.980.6535.8695.617.84
Hex593620276241246012
Octal1316620471421014414022
Binary101100111011010010011111000101000001100100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593602; }

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

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

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

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

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

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

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

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