#722406

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

Shades of Baker's Chocolate #722406

Tints of Baker's Chocolate #722406

Color information

#722406 (or 0x722406) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 24 and 06. RGB value is (114,36,6). Sum of RGB (Red+Green+Blue) = 114+36+6=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #722406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722406 is #8DDBF9. Grayscale: #383838. Windows color (decimal): -9296890 or 402546. OLE color: 402546.

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

Color convert

RGB114366-
CMYK00.680.950.55
HSL16.67º90%23.53%-
HSV(B)16.67º94.74%44.71%-
XYZ7.64.850.71-
YUV55.999.84169.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.08%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=73.08%
G=23.08%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11436600.680.950.5516.679023.53
Hex722460445F37115a18
Octal1624460104137672113230
Binary111001010010011001000100101111111011110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722406; }

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

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

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

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

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

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

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

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