#593E0D

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

Shades of Baker's Chocolate #593E0D

Tints of Baker's Chocolate #593E0D

Color information

#593E0D (or 0x593E0D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3E and 0D. RGB value is (89,62,13). Sum of RGB (Red+Green+Blue) = 89+62+13=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #593E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593E0D is #A6C1F2. Grayscale: #404040. Windows color (decimal): -10928627 or 867929. OLE color: 867929.

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

Color convert

RGB896213-
CMYK00.300.850.65
HSL38.68º74.51%20%-
HSV(B)38.68º85.39%34.9%-
XYZ5.925.61.15-
YUV64.4998.95145.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.27%
GREEN value IS 62 (24.61% from 255) = 37.80%
BLUE value IS 13 (5.47% from 255) = 7.93%
R=54.27%
G=37.80%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89621300.300.850.6538.6874.5120
Hex593ED01E5541274b14
Octal13176150361251014711324
Binary1011001111110110101111010101011000001100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,62,13); }

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

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

 a { background-color: rgb(89,62,13); }

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

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

 span { border-color: rgb(89,62,13); }

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