#712604

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

Shades of Baker's Chocolate #712604

Tints of Baker's Chocolate #712604

Color information

#712604 (or 0x712604) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 26 and 04. RGB value is (113,38,4). Sum of RGB (Red+Green+Blue) = 113+38+4=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712604 is #8ED9FB. Grayscale: #383838. Windows color (decimal): -9361916 or 271985. OLE color: 271985.

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

Color convert

RGB113384-
CMYK00.660.960.56
HSL18.72º93.16%22.94%-
HSV(B)18.72º96.46%44.31%-
XYZ7.534.910.67-
YUV56.5598.35168.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.90%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=72.90%
G=24.52%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11338400.660.960.5618.7293.1622.94
Hex712640426038135d17
Octal1614640102140702313527
Binary111000110011010001000010110000011100010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712604; }

 p { color: rgb(113,38,4); }

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

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

 a { background-color: rgb(113,38,4); }

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

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

 span { border-color: rgb(113,38,4); }

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