#513002

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

Shades of Baker's Chocolate #513002

Tints of Baker's Chocolate #513002

Color information

#513002 (or 0x513002) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 30 and 02. RGB value is (81,48,2). Sum of RGB (Red+Green+Blue) = 81+48+2=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #513002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513002 is #AECFFD. Grayscale: #343434. Windows color (decimal): -11456510 or 143441. OLE color: 143441.

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

Color convert

RGB81482-
CMYK00.410.980.68
HSL34.94º95.18%16.27%-
HSV(B)34.94º97.53%31.76%-
XYZ4.463.870.57-
YUV52.6299.43148.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=61.83%
G=36.64%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8148200.410.980.6834.9495.1816.27
Hex513020296244235f10
Octal1216020511421044313720
Binary101000111000010010100111000101000100100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513002; }

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

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

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

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

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

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

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

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