#562A07

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

Shades of Baker's Chocolate #562A07

Tints of Baker's Chocolate #562A07

Color information

#562A07 (or 0x562A07) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2A and 07. RGB value is (86,42,7). Sum of RGB (Red+Green+Blue) = 86+42+7=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #562A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562A07 is #A9D5F8. Grayscale: #333333. Windows color (decimal): -11130361 or 469590. OLE color: 469590.

HSL color Cylindrical-coordinate representation of color #562A07: hue angle of 26.58º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #562A07 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB86427-
CMYK00.510.920.66
HSL26.58º84.95%18.24%-
HSV(B)26.58º91.86%33.73%-
XYZ4.73.650.66-
YUV51.17103.08152.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.70%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 7 (3.12% from 255) = 5.19%
R=63.70%
G=31.11%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8642700.510.920.6626.5884.9518.24
Hex562A70335C421b5512
Octal1265270631341023312522
Binary101011010101011101100111011100100001011011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562A07; }

 p { color: rgb(86,42,7); }

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

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

 a { background-color: rgb(86,42,7); }

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

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

 span { border-color: rgb(86,42,7); }

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