#513610

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

Shades of Baker's Chocolate #513610

Tints of Baker's Chocolate #513610

Color information

#513610 (or 0x513610) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 36 and 10. RGB value is (81,54,16). Sum of RGB (Red+Green+Blue) = 81+54+16=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513610 is #AEC9EF. Grayscale: #393939. Windows color (decimal): -11454960 or 1062481. OLE color: 1062481.

HSL color Cylindrical-coordinate representation of color #513610: hue angle of 35.08º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #513610 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB815416-
CMYK00.330.800.68
HSL35.08º67.01%19.02%-
HSV(B)35.08º80.25%31.76%-
XYZ4.814.431.09-
YUV57.74104.45144.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=53.64%
G=35.76%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81541600.330.800.6835.0867.0119.02
Hex5136100215044234313
Octal12166200411201044310323
Binary101000111011010000010000110100001000100100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513610; }

 p { color: rgb(81,54,16); }

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

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

 a { background-color: rgb(81,54,16); }

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

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

 span { border-color: rgb(81,54,16); }

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