Html Css Color HEX #501F0E Brown Pod

📋 copy color: '#501F0E'

red 80 ◦ green 31 ◦ blue 14

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

Shades of Brown Pod #501F0E

Tints of Brown Pod #501F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.8%

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 64%
G = 24.8%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#501F0E (or 0x501F0E) is known color: Brown Pod. HEX triplet: 50, 1F and 0E. RGB value is (80,31,14). Sum of RGB (Red+Green+Blue) = 80+31+14=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #501F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F0E is #AFE0F1. Grayscale: #2B2B2B. Windows color (decimal): -11526386 or 925520. OLE color: 925520.

HSL color Cylindrical-coordinate representation of color #501F0E: hue angle of 15.45º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501F0E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 31 14 -
CMYK 0 0.61 0.83 0.69
HSL 15.45º 0.7% 0.18% -
HSV(B) 15.45º 0.83% 0.31% -
XYZ 3.88 2.72 0.74 -
YUV 43.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 80 31 14 0 0.61 0.83 0.69 15.45 0.7 0.18
Hex 50 1F E 0 3D 53 45 F 46 12
Octal 120 37 16 0 75 123 105 17 106 22
Binary 1010000 11111 1110 0 111101 1010011 1000101 1111 1000110 10010

Color Harmonies of #501F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F0E

Black with #501F0E

Text Example


Text Example

White with #501F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,31,14); }

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

background-color css

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

 a { background-color: rgb(80,31,14); }

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

border-color css

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

 span { border-color: rgb(80,31,14); }

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