Html Css Color HEX #501E0A Brown Pod

📋 copy color: '#501E0A'

red 80 ◦ green 30 ◦ blue 10

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

Shades of Brown Pod #501E0A

Tints of Brown Pod #501E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.33%

R = 66.67%
G = 25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#501E0A (or 0x501E0A) is known color: Brown Pod. HEX triplet: 50, 1E and 0A. RGB value is (80,30,10). Sum of RGB (Red+Green+Blue) = 80+30+10=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E0A is #AFE1F5. Grayscale: #2A2A2A. Windows color (decimal): -11526646 or 663120. OLE color: 663120.

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

Color convert

RGB 80 30 10 -
CMYK 0 0.62 0.87 0.69
HSL 17.14º 0.78% 0.18% -
HSV(B) 17.14º 0.88% 0.31% -
XYZ 3.83 2.66 0.6 -
YUV 42.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 80 30 10 0 0.62 0.87 0.69 17.14 0.78 0.18
Hex 50 1E A 0 3E 57 45 11 4E 12
Octal 120 36 12 0 76 127 105 21 116 22
Binary 1010000 11110 1010 0 111110 1010111 1000101 10001 1001110 10010

Color Harmonies of #501E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E0A

Black with #501E0A

Text Example


Text Example

White with #501E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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