Html Css Color HEX #501C0B Brown Pod

📋 copy color: '#501C0B'

red 80 ◦ green 28 ◦ blue 11

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

Shades of Brown Pod #501C0B

Tints of Brown Pod #501C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.53%

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

R = 67.23%
G = 23.53%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#501C0B (or 0x501C0B) is known color: Brown Pod. HEX triplet: 50, 1C and 0B. RGB value is (80,28,11). Sum of RGB (Red+Green+Blue) = 80+28+11=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C0B is #AFE3F4. Grayscale: #292929. Windows color (decimal): -11527157 or 728144. OLE color: 728144.

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

Color convert

RGB 80 28 11 -
CMYK 0 0.65 0.86 0.69
HSL 14.78º 0.76% 0.18% -
HSV(B) 14.78º 0.86% 0.31% -
XYZ 3.78 2.56 0.61 -
YUV 41.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 80 28 11 0 0.65 0.86 0.69 14.78 0.76 0.18
Hex 50 1C B 0 41 56 45 F 4C 12
Octal 120 34 13 0 101 126 105 17 114 22
Binary 1010000 11100 1011 0 1000001 1010110 1000101 1111 1001100 10010

Color Harmonies of #501C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C0B

Black with #501C0B

Text Example


Text Example

White with #501C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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