#59260E

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

Shades of Baker's Chocolate #59260E

Tints of Baker's Chocolate #59260E

Color information

#59260E (or 0x59260E) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 26 and 0E. RGB value is (89,38,14). Sum of RGB (Red+Green+Blue) = 89+38+14=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59260E is #A6D9F1. Grayscale: #323232. Windows color (decimal): -10934770 or 927321. OLE color: 927321.

HSL color Cylindrical-coordinate representation of color #59260E: hue angle of 19.2º 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 #59260E is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB893814-
CMYK00.570.840.65
HSL19.2º72.82%20.2%-
HSV(B)19.2º84.27%34.9%-
XYZ4.893.540.84-
YUV50.51107.4155.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=63.12%
G=26.95%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89381400.570.840.6519.272.8220.2
Hex5926E0395441134914
Octal13146160711241012311124
Binary1011001100110111001110011010100100000110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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