#502E11

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

Shades of Baker's Chocolate #502E11

Tints of Baker's Chocolate #502E11

Color information

#502E11 (or 0x502E11) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2E and 11. RGB value is (80,46,17). Sum of RGB (Red+Green+Blue) = 80+46+17=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #502E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502E11 is #AFD1EE. Grayscale: #353535. Windows color (decimal): -11522543 or 1125968. OLE color: 1125968.

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

Color convert

RGB804617-
CMYK00.420.790.69
HSL27.62º64.95%19.02%-
HSV(B)27.62º78.75%31.37%-
XYZ4.393.71.01-
YUV52.86107.76147.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=55.94%
G=32.17%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80461700.420.790.6927.6264.9519.02
Hex502E1102A4F451c4113
Octal12056210521171053410123
Binary10100001011101000101010101001111100010111100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502E11; }

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

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

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

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

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

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

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

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