#512C0C

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

Shades of Baker's Chocolate #512C0C

Tints of Baker's Chocolate #512C0C

Color information

#512C0C (or 0x512C0C) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2C and 0C. RGB value is (81,44,12). Sum of RGB (Red+Green+Blue) = 81+44+12=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #512C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C0C is #AED3F3. Grayscale: #333333. Windows color (decimal): -11457524 or 797777. OLE color: 797777.

HSL color Cylindrical-coordinate representation of color #512C0C: hue angle of 27.83º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #512C0C is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB814412-
CMYK00.460.850.68
HSL27.83º74.19%18.24%-
HSV(B)27.83º85.19%31.76%-
XYZ4.363.580.81-
YUV51.42105.76149.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=59.12%
G=32.12%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81441200.460.850.6827.8374.1918.24
Hex512CC02E55441c4a12
Octal12154140561251043411222
Binary1010001101100110001011101010101100010011100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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