Html Css Color HEX #501A04 Brown Pod

📋 copy color: '#501A04'

red 80 ◦ green 26 ◦ blue 4

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

Shades of Brown Pod #501A04

Tints of Brown Pod #501A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.64%

 BLUE value IS 4 (1.95% from 255) = 3.64%

R = 72.73%
G = 23.64%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#501A04 (or 0x501A04) is known color: Brown Pod. HEX triplet: 50, 1A and 04. RGB value is (80,26,4). Sum of RGB (Red+Green+Blue) = 80+26+4=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #501A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A04 is #AFE5FB. Grayscale: #272727. Windows color (decimal): -11527676 or 268880. OLE color: 268880.

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

Color convert

RGB 80 26 4 -
CMYK 0 0.67 0.95 0.69
HSL 17.37º 0.9% 0.16% -
HSV(B) 17.37º 0.95% 0.31% -
XYZ 3.7 2.45 0.39 -
YUV 39.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 80 26 4 0 0.67 0.95 0.69 17.37 0.9 0.16
Hex 50 1A 4 0 43 5F 45 11 5A 10
Octal 120 32 4 0 103 137 105 21 132 20
Binary 1010000 11010 100 0 1000011 1011111 1000101 10001 1011010 10000

Color Harmonies of #501A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A04

Black with #501A04

Text Example


Text Example

White with #501A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501A04; }

 p { color: rgb(80,26,4); }

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

background-color css

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

 a { background-color: rgb(80,26,4); }

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

border-color css

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

 span { border-color: rgb(80,26,4); }

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