#592605

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

Shades of Baker's Chocolate #592605

Tints of Baker's Chocolate #592605

Color information

#592605 (or 0x592605) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 26 and 05. RGB value is (89,38,5). Sum of RGB (Red+Green+Blue) = 89+38+5=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #592605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592605 is #A6D9FA. Grayscale: #313131. Windows color (decimal): -10934779 or 337497. OLE color: 337497.

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

Color convert

RGB89385-
CMYK00.570.940.65
HSL23.57º89.36%18.43%-
HSV(B)23.57º94.38%34.9%-
XYZ4.843.520.57-
YUV49.49102.9156.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.42%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=67.42%
G=28.79%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8938500.570.940.6523.5789.3618.43
Hex592650395E41185912
Octal1314650711361013013122
Binary101100110011010101110011011110100000111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592605; }

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

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

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

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

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

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

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

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