Html Css Color HEX #501D0B Brown Pod

📋 copy color: '#501D0B'

red 80 ◦ green 29 ◦ blue 11

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

Shades of Brown Pod #501D0B

Tints of Brown Pod #501D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.17%

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

R = 66.67%
G = 24.17%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#501D0B (or 0x501D0B) is known color: Brown Pod. HEX triplet: 50, 1D and 0B. RGB value is (80,29,11). Sum of RGB (Red+Green+Blue) = 80+29+11=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D0B is #AFE2F4. Grayscale: #2A2A2A. Windows color (decimal): -11526901 or 728400. OLE color: 728400.

HSL color Cylindrical-coordinate representation of color #501D0B: hue angle of 15.65º 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 #501D0B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 29 11 -
CMYK 0 0.64 0.86 0.69
HSL 15.65º 0.76% 0.18% -
HSV(B) 15.65º 0.86% 0.31% -
XYZ 3.81 2.61 0.62 -
YUV 42.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 80 29 11 0 0.64 0.86 0.69 15.65 0.76 0.18
Hex 50 1D B 0 40 56 45 10 4C 12
Octal 120 35 13 0 100 126 105 20 114 22
Binary 1010000 11101 1011 0 1000000 1010110 1000101 10000 1001100 10010

Color Harmonies of #501D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D0B

Black with #501D0B

Text Example


Text Example

White with #501D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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