Html Css Color HEX #501909 Brown Pod

📋 copy color: '#501909'

red 80 ◦ green 25 ◦ blue 9

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

Shades of Brown Pod #501909

Tints of Brown Pod #501909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.89%

R = 70.18%
G = 21.93%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#501909 (or 0x501909) is known color: Brown Pod. HEX triplet: 50, 19 and 09. RGB value is (80,25,9). Sum of RGB (Red+Green+Blue) = 80+25+9=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #501909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501909 is #AFE6F6. Grayscale: #272727. Windows color (decimal): -11527927 or 596304. OLE color: 596304.

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

Color convert

RGB 80 25 9 -
CMYK 0 0.69 0.89 0.69
HSL 13.52º 0.8% 0.17% -
HSV(B) 13.52º 0.89% 0.31% -
XYZ 3.71 2.42 0.53 -
YUV 39.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 80 25 9 0 0.69 0.89 0.69 13.52 0.8 0.17
Hex 50 19 9 0 45 59 45 E 50 11
Octal 120 31 11 0 105 131 105 16 120 21
Binary 1010000 11001 1001 0 1000101 1011001 1000101 1110 1010000 10001

Color Harmonies of #501909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501909

Black with #501909

Text Example


Text Example

White with #501909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501909; }

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

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

background-color css

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

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

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

border-color css

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

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

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