#712802

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

Shades of Baker's Chocolate #712802

Tints of Baker's Chocolate #712802

Color information

#712802 (or 0x712802) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 28 and 02. RGB value is (113,40,2). Sum of RGB (Red+Green+Blue) = 113+40+2=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712802 is #8ED7FD. Grayscale: #393939. Windows color (decimal): -9361406 or 141425. OLE color: 141425.

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

Color convert

RGB113402-
CMYK00.650.980.56
HSL20.54º96.52%22.55%-
HSV(B)20.54º98.23%44.31%-
XYZ7.585.030.63-
YUV57.596.68167.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.90%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=72.90%
G=25.81%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11340200.650.980.5620.5496.5222.55
Hex712820416238156117
Octal1615020101142702514127
Binary11100011010001001000001110001011100010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712802; }

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

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

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

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

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

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

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

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