#501E04

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

Shades of Baker's Chocolate #501E04

Tints of Baker's Chocolate #501E04

Color information

#501E04 (or 0x501E04) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 1E and 04. RGB value is (80,30,4). Sum of RGB (Red+Green+Blue) = 80+30+4=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #501E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E04 is #AFE1FB. Grayscale: #2A2A2A. Windows color (decimal): -11526652 or 269904. OLE color: 269904.

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

Color convert

RGB80304-
CMYK00.620.950.69
HSL20.53º90.48%16.47%-
HSV(B)20.53º95%31.37%-
XYZ3.792.640.42-
YUV41.99106.56155.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 4 (1.95% from 255) = 3.51%
R=70.18%
G=26.32%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8030400.620.950.6920.5390.4816.47
Hex501E403E5F45155a10
Octal1203640761371052513220
Binary10100001111010001111101011111100010110101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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