#593B13

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

Shades of Baker's Chocolate #593B13

Tints of Baker's Chocolate #593B13

Color information

#593B13 (or 0x593B13) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3B and 13. RGB value is (89,59,19). Sum of RGB (Red+Green+Blue) = 89+59+19=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #593B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593B13 is #A6C4EC. Grayscale: #3F3F3F. Windows color (decimal): -10929389 or 1260377. OLE color: 1260377.

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

Color convert

RGB895919-
CMYK00.340.790.65
HSL34.29º64.81%21.18%-
HSV(B)34.29º78.65%34.9%-
XYZ5.85.31.33-
YUV63.41102.94146.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=53.29%
G=35.33%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89591900.340.790.6534.2964.8121.18
Hex593B130224F41224115
Octal13173230421171014210125
Binary101100111101110011010001010011111000001100010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593B13; }

 p { color: rgb(89,59,19); }

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

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

 a { background-color: rgb(89,59,19); }

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

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

 span { border-color: rgb(89,59,19); }

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