#593F0B

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

Shades of Baker's Chocolate #593F0B

Tints of Baker's Chocolate #593F0B

Color information

#593F0B (or 0x593F0B) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3F and 0B. RGB value is (89,63,11). Sum of RGB (Red+Green+Blue) = 89+63+11=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #593F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593F0B is #A6C0F4. Grayscale: #414141. Windows color (decimal): -10928373 or 737113. OLE color: 737113.

HSL color Cylindrical-coordinate representation of color #593F0B: hue angle of 40º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #593F0B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB896311-
CMYK00.290.880.65
HSL40º78%19.61%-
HSV(B)40º87.64%34.9%-
XYZ5.965.71.1-
YUV64.8597.61145.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=54.60%
G=38.65%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89631100.290.880.65407819.61
Hex593FB01D5841284e14
Octal13177130351301015011624
Binary1011001111111101101110110110001000001101000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,63,11); }

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

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

 a { background-color: rgb(89,63,11); }

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

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

 span { border-color: rgb(89,63,11); }

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