#712C0A

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

Shades of Baker's Chocolate #712C0A

Tints of Baker's Chocolate #712C0A

Color information

#712C0A (or 0x712C0A) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2C and 0A. RGB value is (113,44,10). Sum of RGB (Red+Green+Blue) = 113+44+10=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #712C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C0A is #8ED3F5. Grayscale: #3C3C3C. Windows color (decimal): -9360374 or 666737. OLE color: 666737.

HSL color Cylindrical-coordinate representation of color #712C0A: hue angle of 19.81º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #712C0A is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1134410-
CMYK00.610.910.56
HSL19.81º83.74%24.12%-
HSV(B)19.81º91.15%44.31%-
XYZ7.775.330.91-
YUV60.7699.36165.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.66%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=67.66%
G=26.35%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113441000.610.910.5619.8183.7424.12
Hex712CA03D5B38145418
Octal1615412075133702412430
Binary111000110110010100111101101101111100010100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,44,10); }

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

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

 a { background-color: rgb(113,44,10); }

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

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

 span { border-color: rgb(113,44,10); }

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