Html Css Color HEX #501804 Brown Pod

📋 copy color: '#501804'

red 80 ◦ green 24 ◦ blue 4

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

Shades of Brown Pod #501804

Tints of Brown Pod #501804

RGB

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

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

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

R = 74.07%
G = 22.22%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#501804 (or 0x501804) is known color: Brown Pod. HEX triplet: 50, 18 and 04. RGB value is (80,24,4). Sum of RGB (Red+Green+Blue) = 80+24+4=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #501804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501804 is #AFE7FB. Grayscale: #262626. Windows color (decimal): -11528188 or 268368. OLE color: 268368.

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

Color convert

RGB 80 24 4 -
CMYK 0 0.70 0.95 0.69
HSL 15.79º 0.9% 0.16% -
HSV(B) 15.79º 0.95% 0.31% -
XYZ 3.66 2.37 0.38 -
YUV 38.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 80 24 4 0 0.70 0.95 0.69 15.79 0.9 0.16
Hex 50 18 4 0 46 5F 45 10 5A 10
Octal 120 30 4 0 106 137 105 20 132 20
Binary 1010000 11000 100 0 1000110 1011111 1000101 10000 1011010 10000

Color Harmonies of #501804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501804

Black with #501804

Text Example


Text Example

White with #501804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501804; }

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

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

background-color css

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

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

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

border-color css

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

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

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