Html Css Color HEX #501800 Brown Pod

📋 copy color: '#501800'

red 80 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #501800

Tints of Brown Pod #501800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.92%
G = 23.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#501800 (or 0x501800) is known color: Brown Pod. HEX triplet: 50, 18 and 00. RGB value is (80,24,0). Sum of RGB (Red+Green+Blue) = 80+24+0=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #501800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501800 is #AFE7FF. Grayscale: #262626. Windows color (decimal): -11528192 or 6224. OLE color: 6224.

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

Color convert

RGB 80 24 0 -
CMYK 0 0.70 1 0.69
HSL 18º 1% 0.16% -
HSV(B) 18º 1% 0.31% -
XYZ 3.63 2.36 0.26 -
YUV 38.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 80 24 0 0 0.70 1 0.69 18 1 0.16
Hex 50 18 0 0 46 64 45 12 64 10
Octal 120 30 0 0 106 144 105 22 144 20
Binary 1010000 11000 0 0 1000110 1100100 1000101 10010 1100100 10000

Color Harmonies of #501800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501800

Black with #501800

Text Example


Text Example

White with #501800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501800; }

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

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

background-color css

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

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

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

border-color css

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

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

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