#503211

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

Shades of Baker's Chocolate #503211

Tints of Baker's Chocolate #503211

Color information

#503211 (or 0x503211) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 32 and 11. RGB value is (80,50,17). Sum of RGB (Red+Green+Blue) = 80+50+17=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #503211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503211 is #AFCDEE. Grayscale: #373737. Windows color (decimal): -11521519 or 1126992. OLE color: 1126992.

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

Color convert

RGB805017-
CMYK00.370.790.69
HSL31.43º64.95%19.02%-
HSV(B)31.43º78.75%31.37%-
XYZ4.554.031.07-
YUV55.21106.44145.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=54.42%
G=34.01%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80501700.370.790.6931.4364.9519.02
Hex5032110254F451f4113
Octal12062210451171053710123
Binary10100001100101000101001011001111100010111111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503211; }

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

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

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

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

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

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

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

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