#513513

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

Shades of Baker's Chocolate #513513

Tints of Baker's Chocolate #513513

Color information

#513513 (or 0x513513) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 35 and 13. RGB value is (81,53,19). Sum of RGB (Red+Green+Blue) = 81+53+19=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #513513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513513 is #AECAEC. Grayscale: #393939. Windows color (decimal): -11455213 or 1258833. OLE color: 1258833.

HSL color Cylindrical-coordinate representation of color #513513: hue angle of 32.9º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #513513 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB815319-
CMYK00.350.770.68
HSL32.9º62%19.61%-
HSV(B)32.9º76.54%31.76%-
XYZ4.784.341.2-
YUV57.5106.28144.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=52.94%
G=34.64%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81531900.350.770.6832.96219.61
Hex5135130234D44213e14
Octal1216523043115104417624
Binary10100011101011001101000111001101100010010000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513513; }

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

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

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

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

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

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

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

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