#722B09

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

Shades of Baker's Chocolate #722B09

Tints of Baker's Chocolate #722B09

Color information

#722B09 (or 0x722B09) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 2B and 09. RGB value is (114,43,9). Sum of RGB (Red+Green+Blue) = 114+43+9=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #722B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722B09 is #8DD4F6. Grayscale: #3C3C3C. Windows color (decimal): -9295095 or 600946. OLE color: 600946.

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

Color convert

RGB114439-
CMYK00.620.920.55
HSL19.43º85.37%24.12%-
HSV(B)19.43º92.11%44.71%-
XYZ7.855.320.87-
YUV60.3599.02166.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.67%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=68.67%
G=25.90%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11443900.620.920.5519.4385.3724.12
Hex722B903E5C37135518
Octal1625311076134672312530
Binary111001010101110010111110101110011011110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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