#712405

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

Shades of Baker's Chocolate #712405

Tints of Baker's Chocolate #712405

Color information

#712405 (or 0x712405) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 24 and 05. RGB value is (113,36,5). Sum of RGB (Red+Green+Blue) = 113+36+5=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #712405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712405 is #8EDBFA. Grayscale: #373737. Windows color (decimal): -9362427 or 337009. OLE color: 337009.

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

Color convert

RGB113365-
CMYK00.680.960.56
HSL17.22º91.53%23.14%-
HSV(B)17.22º95.58%44.31%-
XYZ7.474.780.67-
YUV55.4999.51169.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 73.38%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=73.38%
G=23.38%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11336500.680.960.5617.2291.5323.14
Hex712450446038115c17
Octal1614450104140702113427
Binary111000110010010101000100110000011100010001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712405; }

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

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

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

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

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

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

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

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