#722F07

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

Shades of Baker's Chocolate #722F07

Tints of Baker's Chocolate #722F07

Color information

#722F07 (or 0x722F07) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 2F and 07. RGB value is (114,47,7). Sum of RGB (Red+Green+Blue) = 114+47+7=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #722F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F07 is #8DD0F8. Grayscale: #3E3E3E. Windows color (decimal): -9294073 or 470898. OLE color: 470898.

HSL color Cylindrical-coordinate representation of color #722F07: hue angle of 22.43º 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 #722F07 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB114477-
CMYK00.590.940.55
HSL22.43º88.43%23.73%-
HSV(B)22.43º93.86%44.71%-
XYZ7.995.630.87-
YUV62.4796.7164.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.86%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=67.86%
G=27.98%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11447700.590.940.5522.4388.4323.73
Hex722F703B5E37165818
Octal162577073136672613030
Binary11100101011111110111011101111011011110110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722F07; }

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

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

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

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

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

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

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

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