#722B07

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

Shades of Baker's Chocolate #722B07

Tints of Baker's Chocolate #722B07

Color information

#722B07 (or 0x722B07) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 2B and 07. RGB value is (114,43,7). Sum of RGB (Red+Green+Blue) = 114+43+7=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #722B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722B07 is #8DD4F8. Grayscale: #3C3C3C. Windows color (decimal): -9295097 or 469874. OLE color: 469874.

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

Color convert

RGB114437-
CMYK00.620.940.55
HSL20.19º88.43%23.73%-
HSV(B)20.19º93.86%44.71%-
XYZ7.845.320.81-
YUV60.1298.02166.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.51%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=69.51%
G=26.22%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11443700.620.940.5520.1988.4323.73
Hex722B703E5E37145818
Octal162537076136672413030
Binary11100101010111110111110101111011011110100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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