#513213

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

Shades of Baker's Chocolate #513213

Tints of Baker's Chocolate #513213

Color information

#513213 (or 0x513213) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 32 and 13. RGB value is (81,50,19). Sum of RGB (Red+Green+Blue) = 81+50+19=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #513213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513213 is #AECDEC. Grayscale: #373737. Windows color (decimal): -11455981 or 1258065. OLE color: 1258065.

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

Color convert

RGB815019-
CMYK00.380.770.68
HSL30º62%19.61%-
HSV(B)30º76.54%31.76%-
XYZ4.654.081.16-
YUV55.73107.27146.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=54%
G=33.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81501900.380.770.68306219.61
Hex5132130264D441e3e14
Octal1216223046115104367624
Binary1010001110010100110100110100110110001001111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513213; }

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

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

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

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

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

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

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

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