#593D04

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

Shades of Baker's Chocolate #593D04

Tints of Baker's Chocolate #593D04

Color information

#593D04 (or 0x593D04) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3D and 04. RGB value is (89,61,4). Sum of RGB (Red+Green+Blue) = 89+61+4=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #593D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D04 is #A6C2FB. Grayscale: #3F3F3F. Windows color (decimal): -10928892 or 277849. OLE color: 277849.

HSL color Cylindrical-coordinate representation of color #593D04: hue angle of 40.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #593D04 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB89614-
CMYK00.310.960.65
HSL40.24º91.4%18.24%-
HSV(B)40.24º95.51%34.9%-
XYZ5.815.470.86-
YUV62.8794.78146.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.79%
GREEN value IS 61 (24.22% from 255) = 39.61%
BLUE value IS 4 (1.95% from 255) = 2.60%
R=57.79%
G=39.61%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8961400.310.960.6540.2491.418.24
Hex593D401F6041285b12
Octal1317540371401015013322
Binary101100111110110001111111000001000001101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,61,4); }

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

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

 a { background-color: rgb(89,61,4); }

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

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

 span { border-color: rgb(89,61,4); }

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