#513506

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

Shades of Baker's Chocolate #513506

Tints of Baker's Chocolate #513506

Color information

#513506 (or 0x513506) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 35 and 06. RGB value is (81,53,6). Sum of RGB (Red+Green+Blue) = 81+53+6=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #513506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513506 is #AECAF9. Grayscale: #383838. Windows color (decimal): -11455226 or 406865. OLE color: 406865.

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

Color convert

RGB81536-
CMYK00.350.930.68
HSL37.6º86.21%17.06%-
HSV(B)37.6º92.59%31.76%-
XYZ4.74.310.76-
YUV56.0199.78145.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=57.86%
G=37.86%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8153600.350.930.6837.686.2117.06
Hex513560235D44265611
Octal1216560431351044612621
Binary1010001110101110010001110111011000100100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513506; }

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

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

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

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

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

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

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

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