#712A04

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

Shades of Baker's Chocolate #712A04

Tints of Baker's Chocolate #712A04

Color information

#712A04 (or 0x712A04) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2A and 04. RGB value is (113,42,4). Sum of RGB (Red+Green+Blue) = 113+42+4=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #712A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A04 is #8ED5FB. Grayscale: #3B3B3B. Windows color (decimal): -9360892 or 273009. OLE color: 273009.

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

Color convert

RGB113424-
CMYK00.630.960.56
HSL20.92º93.16%22.94%-
HSV(B)20.92º96.46%44.31%-
XYZ7.665.180.71-
YUV58.997.02166.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.07%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=71.07%
G=26.42%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11342400.630.960.5620.9293.1622.94
Hex712A403F6038155d17
Octal161524077140702513527
Binary11100011010101000111111110000011100010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,42,4); }

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

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

 a { background-color: rgb(113,42,4); }

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

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

 span { border-color: rgb(113,42,4); }

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