#503311

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

Shades of Baker's Chocolate #503311

Tints of Baker's Chocolate #503311

Color information

#503311 (or 0x503311) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 33 and 11. RGB value is (80,51,17). Sum of RGB (Red+Green+Blue) = 80+51+17=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #503311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503311 is #AFCCEE. Grayscale: #373737. Windows color (decimal): -11521263 or 1127248. OLE color: 1127248.

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

Color convert

RGB805117-
CMYK00.360.790.69
HSL32.38º64.95%19.02%-
HSV(B)32.38º78.75%31.37%-
XYZ4.594.111.08-
YUV55.8106.11145.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=54.05%
G=34.46%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80511700.360.790.6932.3864.9519.02
Hex5033110244F45204113
Octal12063210441171054010123
Binary101000011001110001010010010011111000101100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503311; }

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

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

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

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

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

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

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

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