#712E09

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

Shades of Baker's Chocolate #712E09

Tints of Baker's Chocolate #712E09

Color information

#712E09 (or 0x712E09) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2E and 09. RGB value is (113,46,9). Sum of RGB (Red+Green+Blue) = 113+46+9=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #712E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E09 is #8ED1F6. Grayscale: #3E3E3E. Windows color (decimal): -9359863 or 601713. OLE color: 601713.

HSL color Cylindrical-coordinate representation of color #712E09: hue angle of 21.35º 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 #712E09 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB113469-
CMYK00.590.920.56
HSL21.35º85.25%23.92%-
HSV(B)21.35º92.04%44.31%-
XYZ7.845.480.9-
YUV61.8298.2164.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=67.26%
G=27.38%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11346900.590.920.5621.3585.2523.92
Hex712E903B5C38155518
Octal1615611073134702512530
Binary111000110111010010111011101110011100010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712E09; }

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

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

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

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

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

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

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

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