#50200D

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

Shades of Brown Pod #50200D

Tints of Brown Pod #50200D

Color information

#50200D (or 0x50200D) is unknown color: approx Brown Pod. HEX triplet: 50, 20 and 0D. RGB value is (80,32,13). Sum of RGB (Red+Green+Blue) = 80+32+13=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50200D is #AFDFF2. Grayscale: #2C2C2C. Windows color (decimal): -11526131 or 860240. OLE color: 860240.

HSL color Cylindrical-coordinate representation of color #50200D: hue angle of 17.01º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50200D is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB803213-
CMYK00.600.840.69
HSL17.01º72.04%18.24%-
HSV(B)17.01º83.75%31.37%-
XYZ3.92.770.71-
YUV44.19110.4153.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=64%
G=25.6%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80321300.600.840.6917.0172.0418.24
Hex5020D03C5445114812
Octal12040150741241052111022
Binary1010000100000110101111001010100100010110001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50200D; }

 p { color: rgb(80,32,13); }

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

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

 a { background-color: rgb(80,32,13); }

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

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

 span { border-color: rgb(80,32,13); }

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