#501808

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

Shades of Brown Pod #501808

Tints of Brown Pod #501808

Color information

#501808 (or 0x501808) is unknown color: approx Brown Pod. HEX triplet: 50, 18 and 08. RGB value is (80,24,8). Sum of RGB (Red+Green+Blue) = 80+24+8=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #501808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501808 is #AFE7F7. Grayscale: #272727. Windows color (decimal): -11528184 or 530512. OLE color: 530512.

HSL color Cylindrical-coordinate representation of color #501808: hue angle of 13.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501808 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB80248-
CMYK00.700.900.69
HSL13.33º81.82%17.25%-
HSV(B)13.33º90%31.37%-
XYZ3.682.380.49-
YUV38.92110.55157.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 71.43%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=71.43%
G=21.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8024800.700.900.6913.3381.8217.25
Hex501880465A45d5211
Octal120301001061321051512221
Binary101000011000100001000110101101010001011101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501808; }

 p { color: rgb(80,24,8); }

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

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

 a { background-color: rgb(80,24,8); }

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

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

 span { border-color: rgb(80,24,8); }

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