#501F0B

Color #501F0B Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #501F0B

Tints of Brown Pod #501F0B

Color information

#501F0B (or 0x501F0B) is unknown color: approx Brown Pod. HEX triplet: 50, 1F and 0B. RGB value is (80,31,11). Sum of RGB (Red+Green+Blue) = 80+31+11=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F0B is #AFE0F4. Grayscale: #2B2B2B. Windows color (decimal): -11526389 or 728912. OLE color: 728912.

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

Color convert

RGB803111-
CMYK00.610.860.69
HSL17.39º75.82%17.84%-
HSV(B)17.39º86.25%31.37%-
XYZ3.862.710.64-
YUV43.37109.73154.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=65.57%
G=25.41%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80311100.610.860.6917.3975.8217.84
Hex501FB03D5645114c12
Octal12037130751261052111422
Binary101000011111101101111011010110100010110001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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