#722505

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

Shades of Baker's Chocolate #722505

Tints of Baker's Chocolate #722505

Color information

#722505 (or 0x722505) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 25 and 05. RGB value is (114,37,5). Sum of RGB (Red+Green+Blue) = 114+37+5=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #722505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722505 is #8DDAFA. Grayscale: #383838. Windows color (decimal): -9296635 or 337266. OLE color: 337266.

HSL color Cylindrical-coordinate representation of color #722505: hue angle of 17.61º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #722505 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB114375-
CMYK00.680.960.55
HSL17.61º91.6%23.33%-
HSV(B)17.61º95.61%44.71%-
XYZ7.634.910.69-
YUV56.3799.01169.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.08%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=73.08%
G=23.72%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11437500.680.960.5517.6191.623.33
Hex722550446037125c17
Octal1624550104140672213427
Binary111001010010110101000100110000011011110010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722505; }

 p { color: rgb(114,37,5); }

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

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

 a { background-color: rgb(114,37,5); }

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

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

 span { border-color: rgb(114,37,5); }

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