#59380E

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

Shades of Baker's Chocolate #59380E

Tints of Baker's Chocolate #59380E

Color information

#59380E (or 0x59380E) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 38 and 0E. RGB value is (89,56,14). Sum of RGB (Red+Green+Blue) = 89+56+14=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #59380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59380E is #A6C7F1. Grayscale: #3D3D3D. Windows color (decimal): -10930162 or 931929. OLE color: 931929.

HSL color Cylindrical-coordinate representation of color #59380E: hue angle of 33.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59380E is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB895614-
CMYK00.370.840.65
HSL33.6º72.82%20.2%-
HSV(B)33.6º84.27%34.9%-
XYZ5.614.981.08-
YUV61.08101.43147.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=55.97%
G=35.22%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89561400.370.840.6533.672.8220.2
Hex5938E0255441224914
Octal13170160451241014211124
Binary10110011110001110010010110101001000001100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59380E; }

 p { color: rgb(89,56,14); }

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

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

 a { background-color: rgb(89,56,14); }

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

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

 span { border-color: rgb(89,56,14); }

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