#593614

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

Shades of Baker's Chocolate #593614

Tints of Baker's Chocolate #593614

Color information

#593614 (or 0x593614) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 36 and 14. RGB value is (89,54,20). Sum of RGB (Red+Green+Blue) = 89+54+20=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #593614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593614 is #A6C9EB. Grayscale: #3C3C3C. Windows color (decimal): -10930668 or 1324633. OLE color: 1324633.

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

Color convert

RGB895420-
CMYK00.390.780.65
HSL29.57º63.3%21.37%-
HSV(B)29.57º77.53%34.9%-
XYZ5.574.811.3-
YUV60.59105.1148.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=54.60%
G=33.13%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89542000.390.780.6529.5763.321.37
Hex5936140274E411e3f15
Octal1316624047116101367725
Binary1011001110110101000100111100111010000011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593614; }

 p { color: rgb(89,54,20); }

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

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

 a { background-color: rgb(89,54,20); }

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

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

 span { border-color: rgb(89,54,20); }

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