#503611

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

Shades of Baker's Chocolate #503611

Tints of Baker's Chocolate #503611

Color information

#503611 (or 0x503611) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 36 and 11. RGB value is (80,54,17). Sum of RGB (Red+Green+Blue) = 80+54+17=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503611 is #AFC9EE. Grayscale: #393939. Windows color (decimal): -11520495 or 1128016. OLE color: 1128016.

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

Color convert

RGB805417-
CMYK00.330.790.69
HSL35.24º64.95%19.02%-
HSV(B)35.24º78.75%31.37%-
XYZ4.734.381.13-
YUV57.56105.11144.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=52.98%
G=35.76%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80541700.330.790.6935.2464.9519.02
Hex5036110214F45234113
Octal12066210411171054310123
Binary101000011011010001010000110011111000101100011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503611; }

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

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

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

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

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

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

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

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