#592612

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

Shades of Baker's Chocolate #592612

Tints of Baker's Chocolate #592612

Color information

#592612 (or 0x592612) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 26 and 12. RGB value is (89,38,18). Sum of RGB (Red+Green+Blue) = 89+38+18=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #592612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592612 is #A6D9ED. Grayscale: #333333. Windows color (decimal): -10934766 or 1189465. OLE color: 1189465.

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

Color convert

RGB893818-
CMYK00.570.800.65
HSL16.9º66.36%20.98%-
HSV(B)16.9º79.78%34.9%-
XYZ4.923.551-
YUV50.97109.4155.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=61.38%
G=26.21%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89381800.570.800.6516.966.3620.98
Hex5926120395041114215
Octal13146220711201012110225
Binary10110011001101001001110011010000100000110001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592612; }

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

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

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

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

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

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

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

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