#59230E

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

Shades of Baker's Chocolate #59230E

Tints of Baker's Chocolate #59230E

Color information

#59230E (or 0x59230E) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 23 and 0E. RGB value is (89,35,14). Sum of RGB (Red+Green+Blue) = 89+35+14=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59230E is #A6DCF1. Grayscale: #303030. Windows color (decimal): -10935538 or 926553. OLE color: 926553.

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

Color convert

RGB893514-
CMYK00.610.840.65
HSL16.8º72.82%20.2%-
HSV(B)16.8º84.27%34.9%-
XYZ4.83.360.81-
YUV48.75108.39156.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=64.49%
G=25.36%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89351400.610.840.6516.872.8220.2
Hex5923E03D5441114914
Octal13143160751241012111124
Binary1011001100011111001111011010100100000110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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