#712B0A

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

Shades of Baker's Chocolate #712B0A

Tints of Baker's Chocolate #712B0A

Color information

#712B0A (or 0x712B0A) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2B and 0A. RGB value is (113,43,10). Sum of RGB (Red+Green+Blue) = 113+43+10=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #712B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712B0A is #8ED4F5. Grayscale: #3C3C3C. Windows color (decimal): -9360630 or 666481. OLE color: 666481.

HSL color Cylindrical-coordinate representation of color #712B0A: hue angle of 19.22º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #712B0A is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1134310-
CMYK00.620.910.56
HSL19.22º83.74%24.12%-
HSV(B)19.22º91.15%44.31%-
XYZ7.735.260.9-
YUV60.1799.69165.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.07%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=68.07%
G=25.90%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113431000.620.910.5619.2283.7424.12
Hex712BA03E5B38135418
Octal1615312076133702312430
Binary111000110101110100111110101101111100010011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712B0A; }

 p { color: rgb(113,43,10); }

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

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

 a { background-color: rgb(113,43,10); }

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

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

 span { border-color: rgb(113,43,10); }

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