#712705

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

Shades of Baker's Chocolate #712705

Tints of Baker's Chocolate #712705

Color information

#712705 (or 0x712705) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 27 and 05. RGB value is (113,39,5). Sum of RGB (Red+Green+Blue) = 113+39+5=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #712705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712705 is #8ED8FA. Grayscale: #393939. Windows color (decimal): -9361659 or 337777. OLE color: 337777.

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

Color convert

RGB113395-
CMYK00.650.960.56
HSL18.89º91.53%23.14%-
HSV(B)18.89º95.58%44.31%-
XYZ7.564.970.7-
YUV57.2598.52167.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.97%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=71.97%
G=24.84%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11339500.650.960.5618.8991.5323.14
Hex712750416038135c17
Octal1614750101140702313427
Binary111000110011110101000001110000011100010011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712705; }

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

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

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

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

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

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

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

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