#712801

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

Shades of Baker's Chocolate #712801

Tints of Baker's Chocolate #712801

Color information

#712801 (or 0x712801) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 28 and 01. RGB value is (113,40,1). Sum of RGB (Red+Green+Blue) = 113+40+1=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #712801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712801 is #8ED7FE. Grayscale: #393939. Windows color (decimal): -9361407 or 75889. OLE color: 75889.

HSL color Cylindrical-coordinate representation of color #712801: hue angle of 20.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #712801 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB113401-
CMYK00.650.990.56
HSL20.89º98.25%22.35%-
HSV(B)20.89º99.12%44.31%-
XYZ7.575.030.6-
YUV57.3896.18167.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 73.38%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=73.38%
G=25.97%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11340100.650.990.5620.8998.2522.35
Hex712810416338156216
Octal1615010101143702514226
Binary1110001101000101000001110001111100010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712801; }

 p { color: rgb(113,40,1); }

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

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

 a { background-color: rgb(113,40,1); }

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

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

 span { border-color: rgb(113,40,1); }

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