#722A0A

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

Shades of Baker's Chocolate #722A0A

Tints of Baker's Chocolate #722A0A

Color information

#722A0A (or 0x722A0A) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 2A and 0A. RGB value is (114,42,10). Sum of RGB (Red+Green+Blue) = 114+42+10=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #722A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722A0A is #8DD5F5. Grayscale: #3C3C3C. Windows color (decimal): -9295350 or 666226. OLE color: 666226.

HSL color Cylindrical-coordinate representation of color #722A0A: hue angle of 18.46º 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 #722A0A is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1144210-
CMYK00.630.910.55
HSL18.46º83.87%24.31%-
HSV(B)18.46º91.23%44.71%-
XYZ7.825.260.89-
YUV59.8899.85166.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.67%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=68.67%
G=25.30%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114421000.630.910.5518.4683.8724.31
Hex722AA03F5B37125418
Octal1625212077133672212430
Binary111001010101010100111111101101111011110010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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