Html Css Color HEX #501701 Brown Pod

📋 copy color: '#501701'

red 80 ◦ green 23 ◦ blue 1

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

Shades of Brown Pod #501701

Tints of Brown Pod #501701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.12%

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 76.92%
G = 22.12%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#501701 (or 0x501701) is known color: Brown Pod. HEX triplet: 50, 17 and 01. RGB value is (80,23,1). Sum of RGB (Red+Green+Blue) = 80+23+1=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #501701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501701 is #AFE8FE. Grayscale: #252525. Windows color (decimal): -11528447 or 71504. OLE color: 71504.

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

Color convert

RGB 80 23 1 -
CMYK 0 0.71 0.99 0.69
HSL 16.71º 0.98% 0.16% -
HSV(B) 16.71º 0.99% 0.31% -
XYZ 3.62 2.32 0.29 -
YUV 37.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 80 23 1 0 0.71 0.99 0.69 16.71 0.98 0.16
Hex 50 17 1 0 47 63 45 11 62 10
Octal 120 27 1 0 107 143 105 21 142 20
Binary 1010000 10111 1 0 1000111 1100011 1000101 10001 1100010 10000

Color Harmonies of #501701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501701

Black with #501701

Text Example


Text Example

White with #501701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501701; }

 p { color: rgb(80,23,1); }

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

background-color css

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

 a { background-color: rgb(80,23,1); }

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

border-color css

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

 span { border-color: rgb(80,23,1); }

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