Html Css Color HEX #501F0B Brown Pod

📋 copy color: '#501F0B'

red 80 ◦ green 31 ◦ blue 11

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

Shades of Brown Pod #501F0B

Tints of Brown Pod #501F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.02%

R = 65.57%
G = 25.41%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#501F0B (or 0x501F0B) is known color: Brown Pod. HEX triplet: 50, 1F and 0B. RGB value is (80,31,11). Sum of RGB (Red+Green+Blue) = 80+31+11=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F0B is #AFE0F4. Grayscale: #2B2B2B. Windows color (decimal): -11526389 or 728912. OLE color: 728912.

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

Color convert

RGB 80 31 11 -
CMYK 0 0.61 0.86 0.69
HSL 17.39º 0.76% 0.18% -
HSV(B) 17.39º 0.86% 0.31% -
XYZ 3.86 2.71 0.64 -
YUV 43.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 80 31 11 0 0.61 0.86 0.69 17.39 0.76 0.18
Hex 50 1F B 0 3D 56 45 11 4C 12
Octal 120 37 13 0 75 126 105 21 114 22
Binary 1010000 11111 1011 0 111101 1010110 1000101 10001 1001100 10010

Color Harmonies of #501F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F0B

Black with #501F0B

Text Example


Text Example

White with #501F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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