#712A0A

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

Shades of Baker's Chocolate #712A0A

Tints of Baker's Chocolate #712A0A

Color information

#712A0A (or 0x712A0A) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2A and 0A. RGB value is (113,42,10). Sum of RGB (Red+Green+Blue) = 113+42+10=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #712A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A0A is #8ED5F5. Grayscale: #3B3B3B. Windows color (decimal): -9360886 or 666225. OLE color: 666225.

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

Color convert

RGB1134210-
CMYK00.630.910.56
HSL18.64º83.74%24.12%-
HSV(B)18.64º91.15%44.31%-
XYZ7.695.190.88-
YUV59.58100.02166.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.48%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=68.48%
G=25.45%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113421000.630.910.5618.6483.7424.12
Hex712AA03F5B38135418
Octal1615212077133702312430
Binary111000110101010100111111101101111100010011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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