Html Css Color HEX #501706 Brown Pod

📋 copy color: '#501706'

red 80 ◦ green 23 ◦ blue 6

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

Shades of Brown Pod #501706

Tints of Brown Pod #501706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.5%

R = 73.39%
G = 21.1%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#501706 (or 0x501706) is known color: Brown Pod. HEX triplet: 50, 17 and 06. RGB value is (80,23,6). Sum of RGB (Red+Green+Blue) = 80+23+6=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #501706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501706 is #AFE8F9. Grayscale: #262626. Windows color (decimal): -11528442 or 399184. OLE color: 399184.

HSL color Cylindrical-coordinate representation of color #501706: hue angle of 13.78º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #501706 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 23 6 -
CMYK 0 0.71 0.92 0.69
HSL 13.78º 0.86% 0.17% -
HSV(B) 13.78º 0.93% 0.31% -
XYZ 3.65 2.33 0.43 -
YUV 38.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 80 23 6 0 0.71 0.92 0.69 13.78 0.86 0.17
Hex 50 17 6 0 47 5C 45 E 56 11
Octal 120 27 6 0 107 134 105 16 126 21
Binary 1010000 10111 110 0 1000111 1011100 1000101 1110 1010110 10001

Color Harmonies of #501706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501706

Black with #501706

Text Example


Text Example

White with #501706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501706; }

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

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

background-color css

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

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

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

border-color css

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

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

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