#712A02

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

Shades of Baker's Chocolate #712A02

Tints of Baker's Chocolate #712A02

Color information

#712A02 (or 0x712A02) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2A and 02. RGB value is (113,42,2). Sum of RGB (Red+Green+Blue) = 113+42+2=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #712A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A02 is #8ED5FD. Grayscale: #3A3A3A. Windows color (decimal): -9360894 or 141937. OLE color: 141937.

HSL color Cylindrical-coordinate representation of color #712A02: hue angle of 21.62º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #712A02 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB113422-
CMYK00.630.980.56
HSL21.62º96.52%22.55%-
HSV(B)21.62º98.23%44.31%-
XYZ7.655.170.65-
YUV58.6796.02166.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.97%
GREEN value IS 42 (16.80% from 255) = 26.75%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=71.97%
G=26.75%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11342200.630.980.5621.6296.5222.55
Hex712A203F6238166117
Octal161522077142702614127
Binary1110001101010100111111110001011100010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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