#712809

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

Shades of Baker's Chocolate #712809

Tints of Baker's Chocolate #712809

Color information

#712809 (or 0x712809) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 28 and 09. RGB value is (113,40,9). Sum of RGB (Red+Green+Blue) = 113+40+9=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #712809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712809 is #8ED7F6. Grayscale: #3A3A3A. Windows color (decimal): -9361399 or 600177. OLE color: 600177.

HSL color Cylindrical-coordinate representation of color #712809: hue angle of 17.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #712809 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB113409-
CMYK00.650.920.56
HSL17.88º85.25%23.92%-
HSV(B)17.88º92.04%44.31%-
XYZ7.625.050.83-
YUV58.29100.18167.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 69.75%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=69.75%
G=24.69%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11340900.650.920.5617.8885.2523.92
Hex712890415C38125518
Octal16150110101134702212530
Binary1110001101000100101000001101110011100010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712809; }

 p { color: rgb(113,40,9); }

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

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

 a { background-color: rgb(113,40,9); }

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

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

 span { border-color: rgb(113,40,9); }

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