#513413

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

Shades of Baker's Chocolate #513413

Tints of Baker's Chocolate #513413

Color information

#513413 (or 0x513413) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 34 and 13. RGB value is (81,52,19). Sum of RGB (Red+Green+Blue) = 81+52+19=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #513413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513413 is #AECBEC. Grayscale: #393939. Windows color (decimal): -11455469 or 1258577. OLE color: 1258577.

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

Color convert

RGB815219-
CMYK00.360.770.68
HSL31.94º62%19.61%-
HSV(B)31.94º76.54%31.76%-
XYZ4.744.251.19-
YUV56.91106.61145.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=53.29%
G=34.21%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81521900.360.770.6831.946219.61
Hex5134130244D44203e14
Octal1216423044115104407624
Binary10100011101001001101001001001101100010010000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513413; }

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

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

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

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

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

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

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

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