#712B08

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

Shades of Baker's Chocolate #712B08

Tints of Baker's Chocolate #712B08

Color information

#712B08 (or 0x712B08) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2B and 08. RGB value is (113,43,8). Sum of RGB (Red+Green+Blue) = 113+43+8=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #712B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712B08 is #8ED4F7. Grayscale: #3C3C3C. Windows color (decimal): -9360632 or 535409. OLE color: 535409.

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

Color convert

RGB113438-
CMYK00.620.930.56
HSL20º86.78%23.73%-
HSV(B)20º92.92%44.31%-
XYZ7.725.260.84-
YUV59.9498.69165.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.90%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=68.90%
G=26.22%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11343800.620.930.562086.7823.73
Hex712B803E5D38145718
Octal1615310076135702412730
Binary111000110101110000111110101110111100010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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