#712203

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

Shades of Baker's Chocolate #712203

Tints of Baker's Chocolate #712203

Color information

#712203 (or 0x712203) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 22 and 03. RGB value is (113,34,3). Sum of RGB (Red+Green+Blue) = 113+34+3=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #712203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712203 is #8EDDFC. Grayscale: #363636. Windows color (decimal): -9362941 or 205425. OLE color: 205425.

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

Color convert

RGB113343-
CMYK00.700.970.56
HSL16.91º94.83%22.75%-
HSV(B)16.91º97.35%44.31%-
XYZ7.44.660.6-
YUV54.0999.17170.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 75.33%
GREEN value IS 34 (13.67% from 255) = 22.67%
BLUE value IS 3 (1.56% from 255) = 2%
R=75.33%
G=22.67%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11334300.700.970.5616.9194.8322.75
Hex712230466138115f17
Octal1614230106141702113727
Binary11100011000101101000110110000111100010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712203; }

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

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

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

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

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

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

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

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