#513006

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

Shades of Baker's Chocolate #513006

Tints of Baker's Chocolate #513006

Color information

#513006 (or 0x513006) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 30 and 06. RGB value is (81,48,6). Sum of RGB (Red+Green+Blue) = 81+48+6=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #513006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513006 is #AECFF9. Grayscale: #353535. Windows color (decimal): -11456506 or 405585. OLE color: 405585.

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

Color convert

RGB81486-
CMYK00.410.930.68
HSL33.6º86.21%17.06%-
HSV(B)33.6º92.59%31.76%-
XYZ4.483.880.68-
YUV53.08101.43147.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=60%
G=35.56%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8148600.410.930.6833.686.2117.06
Hex513060295D44225611
Octal1216060511351044212621
Binary1010001110000110010100110111011000100100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513006; }

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

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

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

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

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

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

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

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