#501F00

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

Shades of Baker's Chocolate #501F00

Tints of Baker's Chocolate #501F00

Color information

#501F00 (or 0x501F00) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 1F and 00. RGB value is (80,31,0). Sum of RGB (Red+Green+Blue) = 80+31+0=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #501F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F00 is #AFE0FF. Grayscale: #2A2A2A. Windows color (decimal): -11526400 or 8016. OLE color: 8016.

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

Color convert

RGB80310-
CMYK00.6110.69
HSL23.25º100%15.69%-
HSV(B)23.25º100%31.37%-
XYZ3.82.690.32-
YUV42.12104.23155.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 72.07%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.07%
G=27.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8031000.6110.6923.2510015.69
Hex501F003D6445176410
Octal1203700751441052714420
Binary101000011111001111011100100100010110111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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