#503511

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

Shades of Baker's Chocolate #503511

Tints of Baker's Chocolate #503511

Color information

#503511 (or 0x503511) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 35 and 11. RGB value is (80,53,17). Sum of RGB (Red+Green+Blue) = 80+53+17=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #503511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503511 is #AFCAEE. Grayscale: #393939. Windows color (decimal): -11520751 or 1127760. OLE color: 1127760.

HSL color Cylindrical-coordinate representation of color #503511: hue angle of 34.29º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #503511 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB805317-
CMYK00.340.790.69
HSL34.29º64.95%19.02%-
HSV(B)34.29º78.75%31.37%-
XYZ4.684.291.11-
YUV56.97105.45144.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=53.33%
G=35.33%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80531700.340.790.6934.2964.9519.02
Hex5035110224F45224113
Octal12065210421171054210123
Binary101000011010110001010001010011111000101100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503511; }

 p { color: rgb(80,53,17); }

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

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

 a { background-color: rgb(80,53,17); }

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

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

 span { border-color: rgb(80,53,17); }

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