#593503

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

Shades of Baker's Chocolate #593503

Tints of Baker's Chocolate #593503

Color information

#593503 (or 0x593503) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 03. RGB value is (89,53,3). Sum of RGB (Red+Green+Blue) = 89+53+3=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #593503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593503 is #A6CAFC. Grayscale: #3A3A3A. Windows color (decimal): -10930941 or 210265. OLE color: 210265.

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

Color convert

RGB89533-
CMYK00.400.970.65
HSL34.88º93.48%18.04%-
HSV(B)34.88º96.63%34.9%-
XYZ5.414.680.7-
YUV58.0696.93150.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=61.38%
G=36.55%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8953300.400.970.6534.8893.4818.04
Hex593530286141235d12
Octal1316530501411014313522
Binary101100111010111010100011000011000001100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593503; }

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

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

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

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

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

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

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

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