#503111

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

Shades of Baker's Chocolate #503111

Tints of Baker's Chocolate #503111

Color information

#503111 (or 0x503111) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 31 and 11. RGB value is (80,49,17). Sum of RGB (Red+Green+Blue) = 80+49+17=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #503111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503111 is #AFCEEE. Grayscale: #363636. Windows color (decimal): -11521775 or 1126736. OLE color: 1126736.

HSL color Cylindrical-coordinate representation of color #503111: hue angle of 30.48º 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 #503111 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB804917-
CMYK00.390.790.69
HSL30.48º64.95%19.02%-
HSV(B)30.48º78.75%31.37%-
XYZ4.513.941.05-
YUV54.62106.77146.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=54.79%
G=33.56%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80491700.390.790.6930.4864.9519.02
Hex5031110274F451e4113
Octal12061210471171053610123
Binary10100001100011000101001111001111100010111110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503111; }

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

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

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

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

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

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

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

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