#593A02

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

Shades of Baker's Chocolate #593A02

Tints of Baker's Chocolate #593A02

Color information

#593A02 (or 0x593A02) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3A and 02. RGB value is (89,58,2). Sum of RGB (Red+Green+Blue) = 89+58+2=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #593A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593A02 is #A6C5FD. Grayscale: #3D3D3D. Windows color (decimal): -10929662 or 146009. OLE color: 146009.

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

Color convert

RGB89582-
CMYK00.350.980.65
HSL38.62º95.6%17.84%-
HSV(B)38.62º97.75%34.9%-
XYZ5.645.150.75-
YUV60.8894.77148.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=59.73%
G=38.93%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8958200.350.980.6538.6295.617.84
Hex593A20236241276012
Octal1317220431421014714022
Binary101100111101010010001111000101000001100111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593A02; }

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

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

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

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

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

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

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

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