#712A0C

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

Shades of Baker's Chocolate #712A0C

Tints of Baker's Chocolate #712A0C

Color information

#712A0C (or 0x712A0C) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2A and 0C. RGB value is (113,42,12). Sum of RGB (Red+Green+Blue) = 113+42+12=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #712A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A0C is #8ED5F3. Grayscale: #3B3B3B. Windows color (decimal): -9360884 or 797297. OLE color: 797297.

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

Color convert

RGB1134212-
CMYK00.630.890.56
HSL17.82º80.8%24.51%-
HSV(B)17.82º89.38%44.31%-
XYZ7.75.190.94-
YUV59.81101.02165.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.66%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=67.66%
G=25.15%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113421200.630.890.5617.8280.824.51
Hex712AC03F5938125119
Octal1615214077131702212131
Binary111000110101011000111111101100111100010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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