Html Css Color HEX #501300 Brown Pod

📋 copy color: '#501300'

red 80 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #501300

Tints of Brown Pod #501300

RGB

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

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

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

R = 80.81%
G = 19.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#501300 (or 0x501300) is known color: Brown Pod. HEX triplet: 50, 13 and 00. RGB value is (80,19,0). Sum of RGB (Red+Green+Blue) = 80+19+0=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #501300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501300 is #AFECFF. Grayscale: #232323. Windows color (decimal): -11529472 or 4944. OLE color: 4944.

HSL color Cylindrical-coordinate representation of color #501300: hue angle of 14.25º 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 #501300 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 19 0 -
CMYK 0 0.76 1 0.69
HSL 14.25º 1% 0.16% -
HSV(B) 14.25º 1% 0.31% -
XYZ 3.54 2.17 0.23 -
YUV 35.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 80 19 0 0 0.76 1 0.69 14.25 1 0.16
Hex 50 13 0 0 4C 64 45 E 64 10
Octal 120 23 0 0 114 144 105 16 144 20
Binary 1010000 10011 0 0 1001100 1100100 1000101 1110 1100100 10000

Color Harmonies of #501300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501300

Black with #501300

Text Example


Text Example

White with #501300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501300; }

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

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

background-color css

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

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

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

border-color css

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

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

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