Html Css Color HEX #501801 Brown Pod

📋 copy color: '#501801'

red 80 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #501801

Tints of Brown Pod #501801

RGB

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

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

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

R = 76.19%
G = 22.86%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#501801 (or 0x501801) is known color: Brown Pod. HEX triplet: 50, 18 and 01. RGB value is (80,24,1). Sum of RGB (Red+Green+Blue) = 80+24+1=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #501801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501801 is #AFE7FE. Grayscale: #262626. Windows color (decimal): -11528191 or 71760. OLE color: 71760.

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

Color convert

RGB 80 24 1 -
CMYK 0 0.70 0.99 0.69
HSL 17.47º 0.98% 0.16% -
HSV(B) 17.47º 0.99% 0.31% -
XYZ 3.64 2.36 0.29 -
YUV 38.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 80 24 1 0 0.70 0.99 0.69 17.47 0.98 0.16
Hex 50 18 1 0 46 63 45 11 62 10
Octal 120 30 1 0 106 143 105 21 142 20
Binary 1010000 11000 1 0 1000110 1100011 1000101 10001 1100010 10000

Color Harmonies of #501801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501801

Black with #501801

Text Example


Text Example

White with #501801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501801; }

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

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

background-color css

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

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

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

border-color css

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

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

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