#712204

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

Shades of Baker's Chocolate #712204

Tints of Baker's Chocolate #712204

Color information

#712204 (or 0x712204) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 22 and 04. RGB value is (113,34,4). Sum of RGB (Red+Green+Blue) = 113+34+4=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #712204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712204 is #8EDDFB. Grayscale: #363636. Windows color (decimal): -9362940 or 270961. OLE color: 270961.

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

Color convert

RGB113344-
CMYK00.700.960.56
HSL16.51º93.16%22.94%-
HSV(B)16.51º96.46%44.31%-
XYZ7.44.660.62-
YUV54.299.67169.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 74.83%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=74.83%
G=22.52%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11334400.700.960.5616.5193.1622.94
Hex712240466038115d17
Octal1614240106140702113527
Binary111000110001010001000110110000011100010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712204; }

 p { color: rgb(113,34,4); }

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

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

 a { background-color: rgb(113,34,4); }

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

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

 span { border-color: rgb(113,34,4); }

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