#592600

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

Shades of Baker's Chocolate #592600

Tints of Baker's Chocolate #592600

Color information

#592600 (or 0x592600) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 26 and 00. RGB value is (89,38,0). Sum of RGB (Red+Green+Blue) = 89+38+0=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #592600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592600 is #A6D9FF. Grayscale: #313131. Windows color (decimal): -10934784 or 9817. OLE color: 9817.

HSL color Cylindrical-coordinate representation of color #592600: hue angle of 25.62º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #592600 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB89380-
CMYK00.5710.65
HSL25.62º100%17.45%-
HSV(B)25.62º100%34.9%-
XYZ4.813.510.42-
YUV48.92100.4156.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.08%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.08%
G=29.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8938000.5710.6525.6210017.45
Hex5926003964411a6411
Octal1314600711441013214421
Binary1011001100110001110011100100100000111010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592600; }

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

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

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

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

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

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

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

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