#712E06

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

Shades of Baker's Chocolate #712E06

Tints of Baker's Chocolate #712E06

Color information

#712E06 (or 0x712E06) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2E and 06. RGB value is (113,46,6). Sum of RGB (Red+Green+Blue) = 113+46+6=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #712E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E06 is #8ED1F9. Grayscale: #3D3D3D. Windows color (decimal): -9359866 or 405105. OLE color: 405105.

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

Color convert

RGB113466-
CMYK00.590.950.56
HSL22.43º89.92%23.33%-
HSV(B)22.43º94.69%44.31%-
XYZ7.825.480.82-
YUV61.4796.7164.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.48%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 6 (2.73% from 255) = 3.64%
R=68.48%
G=27.88%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11346600.590.950.5622.4389.9223.33
Hex712E603B5F38165a17
Octal161566073137702613227
Binary11100011011101100111011101111111100010110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,46,6); }

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

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

 a { background-color: rgb(113,46,6); }

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

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

 span { border-color: rgb(113,46,6); }

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