Html Css Color HEX #501902 Brown Pod

📋 copy color: '#501902'

red 80 ◦ green 25 ◦ blue 2

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

Shades of Brown Pod #501902

Tints of Brown Pod #501902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.36%

 BLUE value IS 2 (1.17% from 255) = 1.87%

R = 74.77%
G = 23.36%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#501902 (or 0x501902) is known color: Brown Pod. HEX triplet: 50, 19 and 02. RGB value is (80,25,2). Sum of RGB (Red+Green+Blue) = 80+25+2=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #501902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501902 is #AFE6FD. Grayscale: #262626. Windows color (decimal): -11527934 or 137552. OLE color: 137552.

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

Color convert

RGB 80 25 2 -
CMYK 0 0.69 0.98 0.69
HSL 17.69º 0.95% 0.16% -
HSV(B) 17.69º 0.98% 0.31% -
XYZ 3.67 2.41 0.33 -
YUV 38.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 80 25 2 0 0.69 0.98 0.69 17.69 0.95 0.16
Hex 50 19 2 0 45 62 45 12 5F 10
Octal 120 31 2 0 105 142 105 22 137 20
Binary 1010000 11001 10 0 1000101 1100010 1000101 10010 1011111 10000

Color Harmonies of #501902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501902

Black with #501902

Text Example


Text Example

White with #501902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501902; }

 p { color: rgb(80,25,2); }

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

background-color css

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

 a { background-color: rgb(80,25,2); }

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

border-color css

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

 span { border-color: rgb(80,25,2); }

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