#501E01

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

Shades of Baker's Chocolate #501E01

Tints of Baker's Chocolate #501E01

Color information

#501E01 (or 0x501E01) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 1E and 01. RGB value is (80,30,1). Sum of RGB (Red+Green+Blue) = 80+30+1=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #501E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E01 is #AFE1FE. Grayscale: #292929. Windows color (decimal): -11526655 or 73296. OLE color: 73296.

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

Color convert

RGB80301-
CMYK00.620.990.69
HSL22.03º97.53%15.88%-
HSV(B)22.03º98.75%31.37%-
XYZ3.782.640.34-
YUV41.64105.06155.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 72.07%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=72.07%
G=27.03%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8030100.620.990.6922.0397.5315.88
Hex501E103E6345166210
Octal1203610761431052614220
Binary101000011110101111101100011100010110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,30,1); }

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

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

 a { background-color: rgb(80,30,1); }

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

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

 span { border-color: rgb(80,30,1); }

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