#712506

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

Shades of Baker's Chocolate #712506

Tints of Baker's Chocolate #712506

Color information

#712506 (or 0x712506) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 25 and 06. RGB value is (113,37,6). Sum of RGB (Red+Green+Blue) = 113+37+6=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #712506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712506 is #8EDAF9. Grayscale: #383838. Windows color (decimal): -9362170 or 402801. OLE color: 402801.

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

Color convert

RGB113376-
CMYK00.670.950.56
HSL17.38º89.92%23.33%-
HSV(B)17.38º94.69%44.31%-
XYZ7.54.850.71-
YUV56.1999.68168.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.44%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=72.44%
G=23.72%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11337600.670.950.5617.3889.9223.33
Hex712560435F38115a17
Octal1614560103137702113227
Binary111000110010111001000011101111111100010001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712506; }

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

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

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

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

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

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

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

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