Html Css Color HEX #501400 Brown Pod

📋 copy color: '#501400'

red 80 ◦ green 20 ◦ blue 0

#501400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #501400

Tints of Brown Pod #501400

RGB

 RED value IS 80 (31.64% from 255) = 80%

 GREEN value IS 20 (8.2% from 255) = 20%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#501400 (or 0x501400) is known color: Brown Pod. HEX triplet: 50, 14 and 00. RGB value is (80,20,0). Sum of RGB (Red+Green+Blue) = 80+20+0=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #501400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501400 is #AFEBFF. Grayscale: #232323. Windows color (decimal): -11529216 or 5200. OLE color: 5200.

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

Color convert

RGB 80 20 0 -
CMYK 0 0.75 1 0.69
HSL 15º 1% 0.16% -
HSV(B) 15º 1% 0.31% -
XYZ 3.56 2.21 0.24 -
YUV 35.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 80 20 0 0 0.75 1 0.69 15 1 0.16
Hex 50 14 0 0 4B 64 45 F 64 10
Octal 120 24 0 0 113 144 105 17 144 20
Binary 1010000 10100 0 0 1001011 1100100 1000101 1111 1100100 10000

Color Harmonies of #501400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501400

Black with #501400

Text Example


Text Example

White with #501400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501400; }

 p { color: rgb(80,20,0); }

 H1.HeaderClassName
 {
   color: #501400;
 }
 .AnyTagClassName
 {
   color: #501400;
 }
</style>

background-color css

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

 a { background-color: rgb(80,20,0); }

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

border-color css

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

 span { border-color: rgb(80,20,0); }

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