#501F02

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

Shades of Baker's Chocolate #501F02

Tints of Baker's Chocolate #501F02

Color information

#501F02 (or 0x501F02) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 1F and 02. RGB value is (80,31,2). Sum of RGB (Red+Green+Blue) = 80+31+2=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #501F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F02 is #AFE0FD. Grayscale: #2A2A2A. Windows color (decimal): -11526398 or 139088. OLE color: 139088.

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

Color convert

RGB80312-
CMYK00.610.980.69
HSL22.31º95.12%16.08%-
HSV(B)22.31º97.5%31.37%-
XYZ3.812.690.38-
YUV42.34105.23154.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=70.80%
G=27.43%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8031200.610.980.6922.3195.1216.08
Hex501F203D6245165f10
Octal1203720751421052613720
Binary1010000111111001111011100010100010110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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