#722706

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

Shades of Baker's Chocolate #722706

Tints of Baker's Chocolate #722706

Color information

#722706 (or 0x722706) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 27 and 06. RGB value is (114,39,6). Sum of RGB (Red+Green+Blue) = 114+39+6=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #722706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722706 is #8DD8F9. Grayscale: #393939. Windows color (decimal): -9296122 or 403314. OLE color: 403314.

HSL color Cylindrical-coordinate representation of color #722706: hue angle of 18.33º 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 #722706 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB114396-
CMYK00.660.950.55
HSL18.33º90%23.53%-
HSV(B)18.33º94.74%44.71%-
XYZ7.75.040.74-
YUV57.6698.85168.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 71.70%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=71.70%
G=24.53%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11439600.660.950.5518.339023.53
Hex722760425F37125a18
Octal1624760102137672213230
Binary111001010011111001000010101111111011110010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722706; }

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

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

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

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

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

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

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

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