#513313

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

Shades of Baker's Chocolate #513313

Tints of Baker's Chocolate #513313

Color information

#513313 (or 0x513313) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 13. RGB value is (81,51,19). Sum of RGB (Red+Green+Blue) = 81+51+19=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513313 is #AECCEC. Grayscale: #383838. Windows color (decimal): -11455725 or 1258321. OLE color: 1258321.

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

Color convert

RGB815119-
CMYK00.370.770.68
HSL30.97º62%19.61%-
HSV(B)30.97º76.54%31.76%-
XYZ4.694.161.17-
YUV56.32106.94145.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=53.64%
G=33.77%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81511900.370.770.6830.976219.61
Hex5133130254D441f3e14
Octal1216323045115104377624
Binary1010001110011100110100101100110110001001111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513313; }

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

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

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

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

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

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

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

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