Html Css Color HEX #501301 Brown Pod

📋 copy color: '#501301'

red 80 ◦ green 19 ◦ blue 1

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

Shades of Brown Pod #501301

Tints of Brown Pod #501301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19%

 BLUE value IS 1 (0.78% from 255) = 1%

R = 80%
G = 19%
B = 1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#501301 (or 0x501301) is known color: Brown Pod. HEX triplet: 50, 13 and 01. RGB value is (80,19,1). Sum of RGB (Red+Green+Blue) = 80+19+1=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #501301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501301 is #AFECFE. Grayscale: #232323. Windows color (decimal): -11529471 or 70480. OLE color: 70480.

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

Color convert

RGB 80 19 1 -
CMYK 0 0.76 0.99 0.69
HSL 13.67º 0.98% 0.16% -
HSV(B) 13.67º 0.99% 0.31% -
XYZ 3.55 2.17 0.26 -
YUV 35.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 80 19 1 0 0.76 0.99 0.69 13.67 0.98 0.16
Hex 50 13 1 0 4C 63 45 E 62 10
Octal 120 23 1 0 114 143 105 16 142 20
Binary 1010000 10011 1 0 1001100 1100011 1000101 1110 1100010 10000

Color Harmonies of #501301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501301

Black with #501301

Text Example


Text Example

White with #501301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501301; }

 p { color: rgb(80,19,1); }

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

background-color css

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

 a { background-color: rgb(80,19,1); }

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

border-color css

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

 span { border-color: rgb(80,19,1); }

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