#513312

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

Shades of Baker's Chocolate #513312

Tints of Baker's Chocolate #513312

Color information

#513312 (or 0x513312) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 12. RGB value is (81,51,18). Sum of RGB (Red+Green+Blue) = 81+51+18=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #513312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513312 is #AECCED. Grayscale: #383838. Windows color (decimal): -11455726 or 1192785. OLE color: 1192785.

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

Color convert

RGB815118-
CMYK00.370.780.68
HSL31.43º63.64%19.41%-
HSV(B)31.43º77.78%31.76%-
XYZ4.694.161.13-
YUV56.21106.44145.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 18 (7.42% from 255) = 12%
R=54%
G=34%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81511800.370.780.6831.4363.6419.41
Hex5133120254E441f4013
Octal12163220451161043710023
Binary10100011100111001001001011001110100010011111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513312; }

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

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

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

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

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

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

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

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