#722F06

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

Shades of Baker's Chocolate #722F06

Tints of Baker's Chocolate #722F06

Color information

#722F06 (or 0x722F06) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 2F and 06. RGB value is (114,47,6). Sum of RGB (Red+Green+Blue) = 114+47+6=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #722F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F06 is #8DD0F9. Grayscale: #3E3E3E. Windows color (decimal): -9294074 or 405362. OLE color: 405362.

HSL color Cylindrical-coordinate representation of color #722F06: hue angle of 22.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #722F06 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB114476-
CMYK00.590.950.55
HSL22.78º90%23.53%-
HSV(B)22.78º94.74%44.71%-
XYZ7.995.620.84-
YUV62.3696.2164.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=68.26%
G=28.14%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11447600.590.950.5522.789023.53
Hex722F603B5F37175a18
Octal162576073137672713230
Binary11100101011111100111011101111111011110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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