#59361A

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

Shades of Baker's Chocolate #59361A

Tints of Baker's Chocolate #59361A

Color information

#59361A (or 0x59361A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 36 and 1A. RGB value is (89,54,26). Sum of RGB (Red+Green+Blue) = 89+54+26=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59361A is #A6C9E5. Grayscale: #3D3D3D. Windows color (decimal): -10930662 or 1717849. OLE color: 1717849.

HSL color Cylindrical-coordinate representation of color #59361A: hue angle of 26.67º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59361A is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB895426-
CMYK00.390.710.65
HSL26.67º54.78%22.55%-
HSV(B)26.67º70.79%34.9%-
XYZ5.634.841.61-
YUV61.27108.1147.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=52.66%
G=31.95%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89542600.390.710.6526.6754.7822.55
Hex59361A02747411b3717
Octal1316632047107101336727
Binary1011001110110110100100111100011110000011101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59361A; }

 p { color: rgb(89,54,26); }

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

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

 a { background-color: rgb(89,54,26); }

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

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

 span { border-color: rgb(89,54,26); }

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