#593409

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

Shades of Baker's Chocolate #593409

Tints of Baker's Chocolate #593409

Color information

#593409 (or 0x593409) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 34 and 09. RGB value is (89,52,9). Sum of RGB (Red+Green+Blue) = 89+52+9=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #593409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593409 is #A6CBF6. Grayscale: #3A3A3A. Windows color (decimal): -10931191 or 603225. OLE color: 603225.

HSL color Cylindrical-coordinate representation of color #593409: hue angle of 32.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #593409 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB89529-
CMYK00.420.900.65
HSL32.25º81.63%19.22%-
HSV(B)32.25º89.89%34.9%-
XYZ5.44.60.86-
YUV58.16100.26150-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.33%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 9 (3.91% from 255) = 6%
R=59.33%
G=34.67%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8952900.420.900.6532.2581.6319.22
Hex5934902A5A41205213
Octal13164110521321014012223
Binary10110011101001001010101010110101000001100000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593409; }

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

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

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

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

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

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

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

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