#72290A

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

Shades of Baker's Chocolate #72290A

Tints of Baker's Chocolate #72290A

Color information

#72290A (or 0x72290A) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 29 and 0A. RGB value is (114,41,10). Sum of RGB (Red+Green+Blue) = 114+41+10=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72290A is #8DD6F5. Grayscale: #3B3B3B. Windows color (decimal): -9295606 or 665970. OLE color: 665970.

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

Color convert

RGB1144110-
CMYK00.640.910.55
HSL17.88º83.87%24.31%-
HSV(B)17.88º91.23%44.71%-
XYZ7.795.190.88-
YUV59.29100.18167.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.09%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=69.09%
G=24.85%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114411000.640.910.5517.8883.8724.31
Hex7229A0405B37125418
Octal16251120100133672212430
Binary1110010101001101001000000101101111011110010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72290A; }

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

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

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

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

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

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

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

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