#512C06

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

Shades of Baker's Chocolate #512C06

Tints of Baker's Chocolate #512C06

Color information

#512C06 (or 0x512C06) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2C and 06. RGB value is (81,44,6). Sum of RGB (Red+Green+Blue) = 81+44+6=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #512C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C06 is #AED3F9. Grayscale: #323232. Windows color (decimal): -11457530 or 404561. OLE color: 404561.

HSL color Cylindrical-coordinate representation of color #512C06: hue angle of 30.4º 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 #512C06 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81446-
CMYK00.460.930.68
HSL30.4º86.21%17.06%-
HSV(B)30.4º92.59%31.76%-
XYZ4.333.560.63-
YUV50.73102.76149.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=61.83%
G=33.59%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8144600.460.930.6830.486.2117.06
Hex512C602E5D441e5611
Octal1215460561351043612621
Binary101000110110011001011101011101100010011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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