#501B06

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

Shades of Brown Pod #501B06

Tints of Brown Pod #501B06

Color information

#501B06 (or 0x501B06) is unknown color: approx Brown Pod. HEX triplet: 50, 1B and 06. RGB value is (80,27,6). Sum of RGB (Red+Green+Blue) = 80+27+6=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #501B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B06 is #AFE4F9. Grayscale: #282828. Windows color (decimal): -11527418 or 400208. OLE color: 400208.

HSL color Cylindrical-coordinate representation of color #501B06: hue angle of 17.03º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #501B06 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80276-
CMYK00.660.920.69
HSL17.03º86.05%16.86%-
HSV(B)17.03º92.5%31.37%-
XYZ3.732.50.46-
YUV40.45108.56156.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=70.80%
G=23.89%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8027600.660.920.6917.0386.0516.86
Hex501B60425C45115611
Octal12033601021341052112621
Binary101000011011110010000101011100100010110001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,27,6); }

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

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

 a { background-color: rgb(80,27,6); }

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

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

 span { border-color: rgb(80,27,6); }

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