Html Css Color HEX #501E05 Brown Pod

📋 copy color: '#501E05'

red 80 ◦ green 30 ◦ blue 5

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

Shades of Brown Pod #501E05

Tints of Brown Pod #501E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.09%

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 69.57%
G = 26.09%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#501E05 (or 0x501E05) is known color: Brown Pod. HEX triplet: 50, 1E and 05. RGB value is (80,30,5). Sum of RGB (Red+Green+Blue) = 80+30+5=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #501E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E05 is #AFE1FA. Grayscale: #2A2A2A. Windows color (decimal): -11526651 or 335440. OLE color: 335440.

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

Color convert

RGB 80 30 5 -
CMYK 0 0.62 0.94 0.69
HSL 20º 0.88% 0.17% -
HSV(B) 20º 0.94% 0.31% -
XYZ 3.8 2.64 0.45 -
YUV 42.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 80 30 5 0 0.62 0.94 0.69 20 0.88 0.17
Hex 50 1E 5 0 3E 5E 45 14 58 11
Octal 120 36 5 0 76 136 105 24 130 21
Binary 1010000 11110 101 0 111110 1011110 1000101 10100 1011000 10001

Color Harmonies of #501E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E05

Black with #501E05

Text Example


Text Example

White with #501E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501E05; }

 p { color: rgb(80,30,5); }

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

background-color css

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

 a { background-color: rgb(80,30,5); }

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

border-color css

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

 span { border-color: rgb(80,30,5); }

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