#712901

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

Shades of Baker's Chocolate #712901

Tints of Baker's Chocolate #712901

Color information

#712901 (or 0x712901) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 29 and 01. RGB value is (113,41,1). Sum of RGB (Red+Green+Blue) = 113+41+1=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712901 is #8ED6FE. Grayscale: #3A3A3A. Windows color (decimal): -9361151 or 76145. OLE color: 76145.

HSL color Cylindrical-coordinate representation of color #712901: hue angle of 21.43º 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 #712901 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB113411-
CMYK00.640.990.56
HSL21.43º98.25%22.35%-
HSV(B)21.43º99.12%44.31%-
XYZ7.615.10.61-
YUV57.9795.85167.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.90%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=72.90%
G=26.45%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11341100.640.990.5621.4398.2522.35
Hex712910406338156216
Octal1615110100143702514226
Binary1110001101001101000000110001111100010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712901; }

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

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

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

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

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

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

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

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