#722C06

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

Shades of Baker's Chocolate #722C06

Tints of Baker's Chocolate #722C06

Color information

#722C06 (or 0x722C06) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 2C and 06. RGB value is (114,44,6). Sum of RGB (Red+Green+Blue) = 114+44+6=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #722C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722C06 is #8DD3F9. Grayscale: #3C3C3C. Windows color (decimal): -9294842 or 404594. OLE color: 404594.

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

Color convert

RGB114446-
CMYK00.610.950.55
HSL21.11º90%23.53%-
HSV(B)21.11º94.74%44.71%-
XYZ7.875.390.8-
YUV60.697.19166.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.51%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=69.51%
G=26.83%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11444600.610.950.5521.119023.53
Hex722C603D5F37155a18
Octal162546075137672513230
Binary11100101011001100111101101111111011110101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,44,6); }

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

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

 a { background-color: rgb(114,44,6); }

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

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

 span { border-color: rgb(114,44,6); }

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