#592507

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

Shades of Baker's Chocolate #592507

Tints of Baker's Chocolate #592507

Color information

#592507 (or 0x592507) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 25 and 07. RGB value is (89,37,7). Sum of RGB (Red+Green+Blue) = 89+37+7=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #592507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592507 is #A6DAF8. Grayscale: #313131. Windows color (decimal): -10935033 or 468313. OLE color: 468313.

HSL color Cylindrical-coordinate representation of color #592507: hue angle of 21.95º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #592507 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB89377-
CMYK00.580.920.65
HSL21.95º85.42%18.82%-
HSV(B)21.95º92.13%34.9%-
XYZ4.823.460.62-
YUV49.13104.23156.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.92%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=66.92%
G=27.82%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8937700.580.920.6521.9585.4218.82
Hex5925703A5C41165513
Octal1314570721341012612523
Binary101100110010111101110101011100100000110110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592507; }

 p { color: rgb(89,37,7); }

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

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

 a { background-color: rgb(89,37,7); }

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

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

 span { border-color: rgb(89,37,7); }

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