#513303

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

Shades of Baker's Chocolate #513303

Tints of Baker's Chocolate #513303

Color information

#513303 (or 0x513303) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 03. RGB value is (81,51,3). Sum of RGB (Red+Green+Blue) = 81+51+3=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #513303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513303 is #AECCFC. Grayscale: #363636. Windows color (decimal): -11455741 or 209745. OLE color: 209745.

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

Color convert

RGB81513-
CMYK00.370.960.68
HSL36.92º92.86%16.47%-
HSV(B)36.92º96.3%31.76%-
XYZ4.594.120.64-
YUV54.598.94146.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 3 (1.56% from 255) = 2.22%
R=60%
G=37.78%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8151300.370.960.6836.9292.8616.47
Hex513330256044255d10
Octal1216330451401044513520
Binary101000111001111010010111000001000100100101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513303; }

 p { color: rgb(81,51,3); }

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

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

 a { background-color: rgb(81,51,3); }

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

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

 span { border-color: rgb(81,51,3); }

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