Html Css Color HEX #501900 Brown Pod

📋 copy color: '#501900'

red 80 ◦ green 25 ◦ blue 0

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

Shades of Brown Pod #501900

Tints of Brown Pod #501900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.81%

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

R = 76.19%
G = 23.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#501900 (or 0x501900) is known color: Brown Pod. HEX triplet: 50, 19 and 00. RGB value is (80,25,0). Sum of RGB (Red+Green+Blue) = 80+25+0=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #501900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501900 is #AFE6FF. Grayscale: #262626. Windows color (decimal): -11527936 or 6480. OLE color: 6480.

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

Color convert

RGB 80 25 0 -
CMYK 0 0.69 1 0.69
HSL 18.75º 1% 0.16% -
HSV(B) 18.75º 1% 0.31% -
XYZ 3.66 2.4 0.27 -
YUV 38.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 80 25 0 0 0.69 1 0.69 18.75 1 0.16
Hex 50 19 0 0 45 64 45 13 64 10
Octal 120 31 0 0 105 144 105 23 144 20
Binary 1010000 11001 0 0 1000101 1100100 1000101 10011 1100100 10000

Color Harmonies of #501900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501900

Black with #501900

Text Example


Text Example

White with #501900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501900; }

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

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

background-color css

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

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

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

border-color css

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

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

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