#513512

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

Shades of Baker's Chocolate #513512

Tints of Baker's Chocolate #513512

Color information

#513512 (or 0x513512) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 35 and 12. RGB value is (81,53,18). Sum of RGB (Red+Green+Blue) = 81+53+18=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #513512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513512 is #AECAED. Grayscale: #393939. Windows color (decimal): -11455214 or 1193297. OLE color: 1193297.

HSL color Cylindrical-coordinate representation of color #513512: hue angle of 33.33º 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 #513512 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB815318-
CMYK00.350.780.68
HSL33.33º63.64%19.41%-
HSV(B)33.33º77.78%31.76%-
XYZ4.784.341.16-
YUV57.38105.78144.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=53.29%
G=34.87%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81531800.350.780.6833.3363.6419.41
Hex5135120234E44214013
Octal12165220431161044110023
Binary101000111010110010010001110011101000100100001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513512; }

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

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

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

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

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

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

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

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