#712A00

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

Shades of Baker's Chocolate #712A00

Tints of Baker's Chocolate #712A00

Color information

#712A00 (or 0x712A00) is unknown color: approx Baker's Chocolate. HEX triplet: 71, 2A and 00. RGB value is (113,42,0). Sum of RGB (Red+Green+Blue) = 113+42+0=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A00 is #8ED5FF. Grayscale: #3A3A3A. Windows color (decimal): -9360896 or 10865. OLE color: 10865.

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

Color convert

RGB113420-
CMYK00.6310.56
HSL22.3º100%22.16%-
HSV(B)22.3º100%44.31%-
XYZ7.645.170.59-
YUV58.4495.02166.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.90%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.90%
G=27.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11342000.6310.5622.310022.16
Hex712A003F6438166416
Octal161520077144702614426
Binary111000110101000111111110010011100010110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712A00; }

 p { color: rgb(113,42,0); }

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

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

 a { background-color: rgb(113,42,0); }

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

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

 span { border-color: rgb(113,42,0); }

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