#72260B

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

Shades of Baker's Chocolate #72260B

Tints of Baker's Chocolate #72260B

Color information

#72260B (or 0x72260B) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 26 and 0B. RGB value is (114,38,11). Sum of RGB (Red+Green+Blue) = 114+38+11=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #72260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72260B is #8DD9F4. Grayscale: #393939. Windows color (decimal): -9296373 or 730738. OLE color: 730738.

HSL color Cylindrical-coordinate representation of color #72260B: hue angle of 15.73º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72260B is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1143811-
CMYK00.670.900.55
HSL15.73º82.4%24.51%-
HSV(B)15.73º90.35%44.71%-
XYZ7.694.990.87-
YUV57.65101.68168.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.94%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=69.94%
G=23.31%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114381100.670.900.5515.7382.424.51
Hex7226B0435A37105219
Octal16246130103132672012231
Binary1110010100110101101000011101101011011110000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72260B; }

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

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

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

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

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

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

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

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