Html Css Color HEX #501100 Brown Pod

📋 copy color: '#501100'

red 80 ◦ green 17 ◦ blue 0

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

Shades of Brown Pod #501100

Tints of Brown Pod #501100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.47%
G = 17.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#501100 (or 0x501100) is known color: Brown Pod. HEX triplet: 50, 11 and 00. RGB value is (80,17,0). Sum of RGB (Red+Green+Blue) = 80+17+0=97 (12% of max value = 765). Red value is 80 (31.64% from 255 or 82.47% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 80 - color contains mainly: red. Hex color #501100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501100 is #AFEEFF. Grayscale: #222222. Windows color (decimal): -11529984 or 4432. OLE color: 4432.

HSL color Cylindrical-coordinate representation of color #501100: hue angle of 12.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #501100 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 0 -
CMYK 0 0.79 1 0.69
HSL 12.75º 1% 0.16% -
HSV(B) 12.75º 1% 0.31% -
XYZ 3.51 2.11 0.22 -
YUV 33.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 80 17 0 0 0.79 1 0.69 12.75 1 0.16
Hex 50 11 0 0 4F 64 45 D 64 10
Octal 120 21 0 0 117 144 105 15 144 20
Binary 1010000 10001 0 0 1001111 1100100 1000101 1101 1100100 10000

Color Harmonies of #501100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501100

Black with #501100

Text Example


Text Example

White with #501100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501100; }

 p { color: rgb(80,17,0); }

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

background-color css

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

 a { background-color: rgb(80,17,0); }

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

border-color css

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

 span { border-color: rgb(80,17,0); }

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