#513005

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

Shades of Baker's Chocolate #513005

Tints of Baker's Chocolate #513005

Color information

#513005 (or 0x513005) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 30 and 05. RGB value is (81,48,5). Sum of RGB (Red+Green+Blue) = 81+48+5=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #513005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513005 is #AECFFA. Grayscale: #353535. Windows color (decimal): -11456507 or 340049. OLE color: 340049.

HSL color Cylindrical-coordinate representation of color #513005: hue angle of 33.95º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #513005 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81485-
CMYK00.410.940.68
HSL33.95º88.37%16.86%-
HSV(B)33.95º93.83%31.76%-
XYZ4.483.870.66-
YUV52.96100.93148-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=60.45%
G=35.82%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8148500.410.940.6833.9588.3716.86
Hex513050295E44225811
Octal1216050511361044213021
Binary1010001110000101010100110111101000100100010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513005; }

 p { color: rgb(81,48,5); }

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

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

 a { background-color: rgb(81,48,5); }

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

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

 span { border-color: rgb(81,48,5); }

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