#593301

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

Shades of Baker's Chocolate #593301

Tints of Baker's Chocolate #593301

Color information

#593301 (or 0x593301) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 01. RGB value is (89,51,1). Sum of RGB (Red+Green+Blue) = 89+51+1=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #593301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593301 is #A6CCFE. Grayscale: #383838. Windows color (decimal): -10931455 or 78681. OLE color: 78681.

HSL color Cylindrical-coordinate representation of color #593301: hue angle of 34.09º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #593301 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB89511-
CMYK00.430.990.65
HSL34.09º97.78%17.65%-
HSV(B)34.09º98.88%34.9%-
XYZ5.314.490.62-
YUV56.6696.59151.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=63.12%
G=36.17%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8951100.430.990.6534.0997.7817.65
Hex5933102B6341226212
Octal1316310531431014214222
Binary10110011100111010101111000111000001100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593301; }

 p { color: rgb(89,51,1); }

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

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

 a { background-color: rgb(89,51,1); }

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

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

 span { border-color: rgb(89,51,1); }

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