#593A03

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

Shades of Baker's Chocolate #593A03

Tints of Baker's Chocolate #593A03

Color information

#593A03 (or 0x593A03) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3A and 03. RGB value is (89,58,3). Sum of RGB (Red+Green+Blue) = 89+58+3=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #593A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593A03 is #A6C5FC. Grayscale: #3D3D3D. Windows color (decimal): -10929661 or 211545. OLE color: 211545.

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

Color convert

RGB89583-
CMYK00.350.970.65
HSL38.37º93.48%18.04%-
HSV(B)38.37º96.63%34.9%-
XYZ5.655.160.78-
YUV6195.27147.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.33%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 3 (1.56% from 255) = 2%
R=59.33%
G=38.67%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8958300.350.970.6538.3793.4818.04
Hex593A30236141265d12
Octal1317230431411014613522
Binary101100111101011010001111000011000001100110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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