#593300

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

Shades of Baker's Chocolate #593300

Tints of Baker's Chocolate #593300

Color information

#593300 (or 0x593300) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 00. RGB value is (89,51,0). Sum of RGB (Red+Green+Blue) = 89+51+0=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #593300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593300 is #A6CCFF. Grayscale: #383838. Windows color (decimal): -10931456 or 13145. OLE color: 13145.

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

Color convert

RGB89510-
CMYK00.4310.65
HSL34.38º100%17.45%-
HSV(B)34.38º100%34.9%-
XYZ5.34.490.59-
YUV56.5596.09151.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.57%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.57%
G=36.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8951000.4310.6534.3810017.45
Hex5933002B6441226411
Octal1316300531441014214421
Binary10110011100110010101111001001000001100010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593300; }

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

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

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

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

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

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

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

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