#722900

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

Shades of Baker's Chocolate #722900

Tints of Baker's Chocolate #722900

Color information

#722900 (or 0x722900) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 29 and 00. RGB value is (114,41,0). Sum of RGB (Red+Green+Blue) = 114+41+0=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #722900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722900 is #8DD6FF. Grayscale: #3A3A3A. Windows color (decimal): -9295616 or 10610. OLE color: 10610.

HSL color Cylindrical-coordinate representation of color #722900: hue angle of 21.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #722900 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB114410-
CMYK00.6410.55
HSL21.58º100%22.35%-
HSV(B)21.58º100%44.71%-
XYZ7.735.160.59-
YUV58.1595.18167.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.55%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.55%
G=26.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11441000.6410.5521.5810022.35
Hex722900406437166416
Octal1625100100144672614426
Binary1110010101001001000000110010011011110110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722900; }

 p { color: rgb(114,41,0); }

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

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

 a { background-color: rgb(114,41,0); }

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

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

 span { border-color: rgb(114,41,0); }

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