#593417

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

Shades of Baker's Chocolate #593417

Tints of Baker's Chocolate #593417

Color information

#593417 (or 0x593417) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 34 and 17. RGB value is (89,52,23). Sum of RGB (Red+Green+Blue) = 89+52+23=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #593417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593417 is #A6CBE8. Grayscale: #3B3B3B. Windows color (decimal): -10931177 or 1520729. OLE color: 1520729.

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

Color convert

RGB895223-
CMYK00.420.740.65
HSL26.36º58.93%21.96%-
HSV(B)26.36º74.16%34.9%-
XYZ5.54.641.42-
YUV59.76107.26148.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.27%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=54.27%
G=31.71%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89522300.420.740.6526.3658.9321.96
Hex59341702A4A411a3b16
Octal1316427052112101327326
Binary1011001110100101110101010100101010000011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593417; }

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

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

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

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

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

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

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

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