#722A07

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

Shades of Baker's Chocolate #722A07

Tints of Baker's Chocolate #722A07

Color information

#722A07 (or 0x722A07) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 2A and 07. RGB value is (114,42,7). Sum of RGB (Red+Green+Blue) = 114+42+7=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #722A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722A07 is #8DD5F8. Grayscale: #3B3B3B. Windows color (decimal): -9295353 or 469618. OLE color: 469618.

HSL color Cylindrical-coordinate representation of color #722A07: hue angle of 19.63º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #722A07 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB114427-
CMYK00.630.940.55
HSL19.63º88.43%23.73%-
HSV(B)19.63º93.86%44.71%-
XYZ7.815.250.8-
YUV59.5498.35166.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.94%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 7 (3.12% from 255) = 4.29%
R=69.94%
G=25.77%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11442700.630.940.5519.6388.4323.73
Hex722A703F5E37145818
Octal162527077136672413030
Binary11100101010101110111111101111011011110100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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