#593705

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

Shades of Baker's Chocolate #593705

Tints of Baker's Chocolate #593705

Color information

#593705 (or 0x593705) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 37 and 05. RGB value is (89,55,5). Sum of RGB (Red+Green+Blue) = 89+55+5=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #593705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593705 is #A6C8FA. Grayscale: #3B3B3B. Windows color (decimal): -10930427 or 341849. OLE color: 341849.

HSL color Cylindrical-coordinate representation of color #593705: hue angle of 35.71º 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 #593705 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB89555-
CMYK00.380.940.65
HSL35.71º89.36%18.43%-
HSV(B)35.71º94.38%34.9%-
XYZ5.514.870.79-
YUV59.4797.26149.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=59.73%
G=36.91%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8955500.380.940.6535.7189.3618.43
Hex593750265E41245912
Octal1316750461361014413122
Binary1011001110111101010011010111101000001100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593705; }

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

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

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

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

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

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

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

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