Html Css Color HEX #501805 Brown Pod

📋 copy color: '#501805'

red 80 ◦ green 24 ◦ blue 5

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

Shades of Brown Pod #501805

Tints of Brown Pod #501805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.02%

 BLUE value IS 5 (2.34% from 255) = 4.59%

R = 73.39%
G = 22.02%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#501805 (or 0x501805) is known color: Brown Pod. HEX triplet: 50, 18 and 05. RGB value is (80,24,5). Sum of RGB (Red+Green+Blue) = 80+24+5=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #501805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501805 is #AFE7FA. Grayscale: #262626. Windows color (decimal): -11528187 or 333904. OLE color: 333904.

HSL color Cylindrical-coordinate representation of color #501805: hue angle of 15.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #501805 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 5 -
CMYK 0 0.70 0.94 0.69
HSL 15.2º 0.88% 0.17% -
HSV(B) 15.2º 0.94% 0.31% -
XYZ 3.66 2.37 0.41 -
YUV 38.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 80 24 5 0 0.70 0.94 0.69 15.2 0.88 0.17
Hex 50 18 5 0 46 5E 45 F 58 11
Octal 120 30 5 0 106 136 105 17 130 21
Binary 1010000 11000 101 0 1000110 1011110 1000101 1111 1011000 10001

Color Harmonies of #501805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501805

Black with #501805

Text Example


Text Example

White with #501805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501805; }

 p { color: rgb(80,24,5); }

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

background-color css

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

 a { background-color: rgb(80,24,5); }

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

border-color css

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

 span { border-color: rgb(80,24,5); }

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