#722708

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

Shades of Baker's Chocolate #722708

Tints of Baker's Chocolate #722708

Color information

#722708 (or 0x722708) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 27 and 08. RGB value is (114,39,8). Sum of RGB (Red+Green+Blue) = 114+39+8=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #722708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722708 is #8DD8F7. Grayscale: #3A3A3A. Windows color (decimal): -9296120 or 534386. OLE color: 534386.

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

Color convert

RGB114398-
CMYK00.660.930.55
HSL17.55º86.89%23.92%-
HSV(B)17.55º92.98%44.71%-
XYZ7.715.050.8-
YUV57.8999.85168.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=70.81%
G=24.22%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11439800.660.930.5517.5586.8923.92
Hex722780425D37125718
Octal16247100102135672212730
Binary1110010100111100001000010101110111011110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722708; }

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

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

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

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

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

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

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

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