Html Css Color HEX #501200 Brown Pod

📋 copy color: '#501200'

red 80 ◦ green 18 ◦ blue 0

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

Shades of Brown Pod #501200

Tints of Brown Pod #501200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.37%

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

R = 81.63%
G = 18.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#501200 (or 0x501200) is known color: Brown Pod. HEX triplet: 50, 12 and 00. RGB value is (80,18,0). Sum of RGB (Red+Green+Blue) = 80+18+0=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #501200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501200 is #AFEDFF. Grayscale: #222222. Windows color (decimal): -11529728 or 4688. OLE color: 4688.

HSL color Cylindrical-coordinate representation of color #501200: hue angle of 13.5º 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 #501200 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 0 -
CMYK 0 0.78 1 0.69
HSL 13.5º 1% 0.16% -
HSV(B) 13.5º 1% 0.31% -
XYZ 3.52 2.14 0.23 -
YUV 34.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 80 18 0 0 0.78 1 0.69 13.5 1 0.16
Hex 50 12 0 0 4E 64 45 E 64 10
Octal 120 22 0 0 116 144 105 16 144 20
Binary 1010000 10010 0 0 1001110 1100100 1000101 1110 1100100 10000

Color Harmonies of #501200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501200

Black with #501200

Text Example


Text Example

White with #501200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501200; }

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

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

background-color css

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

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

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

border-color css

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

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

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