#512C10

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

Shades of Baker's Chocolate #512C10

Tints of Baker's Chocolate #512C10

Color information

#512C10 (or 0x512C10) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2C and 10. RGB value is (81,44,16). Sum of RGB (Red+Green+Blue) = 81+44+16=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #512C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C10 is #AED3EF. Grayscale: #343434. Windows color (decimal): -11457520 or 1059921. OLE color: 1059921.

HSL color Cylindrical-coordinate representation of color #512C10: hue angle of 25.85º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512C10 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB814416-
CMYK00.460.800.68
HSL25.85º67.01%19.02%-
HSV(B)25.85º80.25%31.76%-
XYZ4.393.590.95-
YUV51.87107.76148.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.45%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=57.45%
G=31.21%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81441600.460.800.6825.8567.0119.02
Hex512C1002E50441a4313
Octal12154200561201043210323
Binary10100011011001000001011101010000100010011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512C10; }

 p { color: rgb(81,44,16); }

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

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

 a { background-color: rgb(81,44,16); }

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

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

 span { border-color: rgb(81,44,16); }

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