#593612

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

Shades of Baker's Chocolate #593612

Tints of Baker's Chocolate #593612

Color information

#593612 (or 0x593612) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 36 and 12. RGB value is (89,54,18). Sum of RGB (Red+Green+Blue) = 89+54+18=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #593612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593612 is #A6C9ED. Grayscale: #3C3C3C. Windows color (decimal): -10930670 or 1193561. OLE color: 1193561.

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

Color convert

RGB895418-
CMYK00.390.800.65
HSL30.42º66.36%20.98%-
HSV(B)30.42º79.78%34.9%-
XYZ5.554.811.21-
YUV60.36104.1148.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.28%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=55.28%
G=33.54%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89541800.390.800.6530.4266.3620.98
Hex59361202750411e4215
Octal13166220471201013610225
Binary10110011101101001001001111010000100000111110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593612; }

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

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

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

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

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

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

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

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