#513412

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

Shades of Baker's Chocolate #513412

Tints of Baker's Chocolate #513412

Color information

#513412 (or 0x513412) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 34 and 12. RGB value is (81,52,18). Sum of RGB (Red+Green+Blue) = 81+52+18=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513412 is #AECBED. Grayscale: #383838. Windows color (decimal): -11455470 or 1193041. OLE color: 1193041.

HSL color Cylindrical-coordinate representation of color #513412: hue angle of 32.38º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #513412 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB815218-
CMYK00.360.780.68
HSL32.38º63.64%19.41%-
HSV(B)32.38º77.78%31.76%-
XYZ4.734.251.14-
YUV56.79106.11145.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=53.64%
G=34.44%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81521800.360.780.6832.3863.6419.41
Hex5134120244E44204013
Octal12164220441161044010023
Binary101000111010010010010010010011101000100100000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513412; }

 p { color: rgb(81,52,18); }

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

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

 a { background-color: rgb(81,52,18); }

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

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

 span { border-color: rgb(81,52,18); }

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