#712305

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

Shades of Baker's Chocolate #712305

Tints of Baker's Chocolate #712305

Color information

#712305 (or 0x712305) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 23 and 05. RGB value is (113,35,5). Sum of RGB (Red+Green+Blue) = 113+35+5=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #712305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712305 is #8EDCFA. Grayscale: #373737. Windows color (decimal): -9362683 or 336753. OLE color: 336753.

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

Color convert

RGB113355-
CMYK00.690.960.56
HSL16.67º91.53%23.14%-
HSV(B)16.67º95.58%44.31%-
XYZ7.444.720.66-
YUV54.999.84169.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 73.86%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=73.86%
G=22.88%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11335500.690.960.5616.6791.5323.14
Hex712350456038115c17
Octal1614350105140702113427
Binary111000110001110101000101110000011100010001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712305; }

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

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

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

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

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

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

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

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