#712706

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

Shades of Baker's Chocolate #712706

Tints of Baker's Chocolate #712706

Color information

#712706 (or 0x712706) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 27 and 06. RGB value is (113,39,6). Sum of RGB (Red+Green+Blue) = 113+39+6=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #712706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712706 is #8ED8F9. Grayscale: #393939. Windows color (decimal): -9361658 or 403313. OLE color: 403313.

HSL color Cylindrical-coordinate representation of color #712706: hue angle of 18.5º 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 #712706 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB113396-
CMYK00.650.950.56
HSL18.5º89.92%23.33%-
HSV(B)18.5º94.69%44.31%-
XYZ7.574.970.73-
YUV57.3699.02167.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.52%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=71.52%
G=24.68%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11339600.650.950.5618.589.9223.33
Hex712760415F38135a17
Octal1614760101137702313227
Binary111000110011111001000001101111111100010011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712706; }

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

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

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

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

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

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

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

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