#512006

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

Shades of Baker's Chocolate #512006

Tints of Baker's Chocolate #512006

Color information

#512006 (or 0x512006) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 20 and 06. RGB value is (81,32,6). Sum of RGB (Red+Green+Blue) = 81+32+6=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #512006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512006 is #AEDFF9. Grayscale: #2B2B2B. Windows color (decimal): -11460602 or 401489. OLE color: 401489.

HSL color Cylindrical-coordinate representation of color #512006: hue angle of 20.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #512006 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81326-
CMYK00.600.930.68
HSL20.8º86.21%17.06%-
HSV(B)20.8º92.59%31.76%-
XYZ3.942.80.5-
YUV43.69106.73154.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.07%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=68.07%
G=26.89%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8132600.600.930.6820.886.2117.06
Hex5120603C5D44155611
Octal1214060741351042512621
Binary101000110000011001111001011101100010010101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512006; }

 p { color: rgb(81,32,6); }

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

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

 a { background-color: rgb(81,32,6); }

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

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

 span { border-color: rgb(81,32,6); }

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