#501D01

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

Shades of Baker's Chocolate #501D01

Tints of Baker's Chocolate #501D01

Color information

#501D01 (or 0x501D01) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 1D and 01. RGB value is (80,29,1). Sum of RGB (Red+Green+Blue) = 80+29+1=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #501D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D01 is #AFE2FE. Grayscale: #292929. Windows color (decimal): -11526911 or 73040. OLE color: 73040.

HSL color Cylindrical-coordinate representation of color #501D01: hue angle of 21.27º 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 #501D01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB80291-
CMYK00.640.990.69
HSL21.27º97.53%15.88%-
HSV(B)21.27º98.75%31.37%-
XYZ3.752.590.33-
YUV41.06105.4155.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 72.73%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=72.73%
G=26.36%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8029100.640.990.6921.2797.5315.88
Hex501D10406345156210
Octal12035101001431052514220
Binary1010000111011010000001100011100010110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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