#722600

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

Shades of Baker's Chocolate #722600

Tints of Baker's Chocolate #722600

Color information

#722600 (or 0x722600) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 26 and 00. RGB value is (114,38,0). Sum of RGB (Red+Green+Blue) = 114+38+0=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #722600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722600 is #8DD9FF. Grayscale: #383838. Windows color (decimal): -9296384 or 9842. OLE color: 9842.

HSL color Cylindrical-coordinate representation of color #722600: hue angle of 20º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #722600 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB114380-
CMYK00.6710.55
HSL20º100%22.35%-
HSV(B)20º100%44.71%-
XYZ7.634.960.56-
YUV56.3996.18169.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11438000.6710.552010022.35
Hex722600436437146416
Octal1624600103144672414426
Binary1110010100110001000011110010011011110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722600; }

 p { color: rgb(114,38,0); }

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

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

 a { background-color: rgb(114,38,0); }

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

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

 span { border-color: rgb(114,38,0); }

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