#593410

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

Shades of Baker's Chocolate #593410

Tints of Baker's Chocolate #593410

Color information

#593410 (or 0x593410) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 34 and 10. RGB value is (89,52,16). Sum of RGB (Red+Green+Blue) = 89+52+16=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #593410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593410 is #A6CBEF. Grayscale: #3B3B3B. Windows color (decimal): -10931184 or 1061977. OLE color: 1061977.

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

Color convert

RGB895216-
CMYK00.420.820.65
HSL29.59º69.52%20.59%-
HSV(B)29.59º82.02%34.9%-
XYZ5.444.621.09-
YUV58.96103.76149.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=56.69%
G=33.12%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89521600.420.820.6529.5969.5220.59
Hex59341002A52411e4615
Octal13164200521221013610625
Binary10110011101001000001010101010010100000111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593410; }

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

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

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

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

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

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

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

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