#593D05

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

Shades of Baker's Chocolate #593D05

Tints of Baker's Chocolate #593D05

Color information

#593D05 (or 0x593D05) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3D and 05. RGB value is (89,61,5). Sum of RGB (Red+Green+Blue) = 89+61+5=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #593D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D05 is #A6C2FA. Grayscale: #3F3F3F. Windows color (decimal): -10928891 or 343385. OLE color: 343385.

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

Color convert

RGB89615-
CMYK00.310.940.65
HSL40º89.36%18.43%-
HSV(B)40º94.38%34.9%-
XYZ5.825.470.89-
YUV62.9995.28146.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=57.42%
G=39.35%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8961500.310.940.654089.3618.43
Hex593D501F5E41285912
Octal1317550371361015013122
Binary101100111110110101111110111101000001101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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