#722504

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

Shades of Baker's Chocolate #722504

Tints of Baker's Chocolate #722504

Color information

#722504 (or 0x722504) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 25 and 04. RGB value is (114,37,4). Sum of RGB (Red+Green+Blue) = 114+37+4=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #722504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722504 is #8DDAFB. Grayscale: #383838. Windows color (decimal): -9296636 or 271730. OLE color: 271730.

HSL color Cylindrical-coordinate representation of color #722504: hue angle of 18º degrees, saturation: 0.93, 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 #722504 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB114374-
CMYK00.680.960.55
HSL18º93.22%23.14%-
HSV(B)18º96.49%44.71%-
XYZ7.624.910.66-
YUV56.2698.51169.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.55%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=73.55%
G=23.87%
B=2.58%

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
Decimal11437400.680.960.551893.2223.14
Hex722540446037125d17
Octal1624540104140672213527
Binary111001010010110001000100110000011011110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722504; }

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

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

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

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

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

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

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

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