#722507

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

Shades of Baker's Chocolate #722507

Tints of Baker's Chocolate #722507

Color information

#722507 (or 0x722507) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 25 and 07. RGB value is (114,37,7). Sum of RGB (Red+Green+Blue) = 114+37+7=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #722507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722507 is #8DDAF8. Grayscale: #383838. Windows color (decimal): -9296633 or 468338. OLE color: 468338.

HSL color Cylindrical-coordinate representation of color #722507: hue angle of 16.82º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #722507 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB114377-
CMYK00.680.940.55
HSL16.82º88.43%23.73%-
HSV(B)16.82º93.86%44.71%-
XYZ7.644.920.75-
YUV56.6100.01168.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.15%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 7 (3.12% from 255) = 4.43%
R=72.15%
G=23.42%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11437700.680.940.5516.8288.4323.73
Hex722570445E37115818
Octal1624570104136672113030
Binary111001010010111101000100101111011011110001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722507; }

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

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

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

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

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

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

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

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