#501F05

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

Shades of Baker's Chocolate #501F05

Tints of Baker's Chocolate #501F05

Color information

#501F05 (or 0x501F05) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 1F and 05. RGB value is (80,31,5). Sum of RGB (Red+Green+Blue) = 80+31+5=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #501F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F05 is #AFE0FA. Grayscale: #2A2A2A. Windows color (decimal): -11526395 or 335696. OLE color: 335696.

HSL color Cylindrical-coordinate representation of color #501F05: hue angle of 20.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #501F05 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB80315-
CMYK00.610.940.69
HSL20.8º88.24%16.67%-
HSV(B)20.8º93.75%31.37%-
XYZ3.832.70.46-
YUV42.69106.73154.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.97%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=68.97%
G=26.72%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8031500.610.940.6920.888.2416.67
Hex501F503D5E45155811
Octal1203750751361052513021
Binary10100001111110101111011011110100010110101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501F05; }

 p { color: rgb(80,31,5); }

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

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

 a { background-color: rgb(80,31,5); }

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

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

 span { border-color: rgb(80,31,5); }

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