#512E0D

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

Shades of Baker's Chocolate #512E0D

Tints of Baker's Chocolate #512E0D

Color information

#512E0D (or 0x512E0D) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2E and 0D. RGB value is (81,46,13). Sum of RGB (Red+Green+Blue) = 81+46+13=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #512E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E0D is #AED1F2. Grayscale: #343434. Windows color (decimal): -11457011 or 863825. OLE color: 863825.

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

Color convert

RGB814613-
CMYK00.430.840.68
HSL29.12º72.34%18.43%-
HSV(B)29.12º83.95%31.76%-
XYZ4.443.730.87-
YUV52.7105.6148.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=57.86%
G=32.86%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81461300.430.840.6829.1272.3418.43
Hex512ED02B54441d4812
Octal12156150531241043511022
Binary1010001101110110101010111010100100010011101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,46,13); }

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

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

 a { background-color: rgb(81,46,13); }

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

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

 span { border-color: rgb(81,46,13); }

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