Html Css Color HEX #491100 Brown Pod

📋 copy color: '#491100'

red 73 ◦ green 17 ◦ blue 0

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

Shades of Brown Pod #491100

Tints of Brown Pod #491100

RGB

 RED value IS 73 (28.91% from 255) = 81.11%

 GREEN value IS 17 (7.03% from 255) = 18.89%

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

R = 81.11%
G = 18.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#491100 (or 0x491100) is known color: Brown Pod. HEX triplet: 49, 11 and 00. RGB value is (73,17,0). Sum of RGB (Red+Green+Blue) = 73+17+0=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #491100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491100 is #B6EEFF. Grayscale: #1F1F1F. Windows color (decimal): -11988736 or 4425. OLE color: 4425.

HSL color Cylindrical-coordinate representation of color #491100: hue angle of 13.97º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #491100 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 17 0 -
CMYK 0 0.77 1 0.71
HSL 13.97º 1% 0.14% -
HSV(B) 13.97º 1% 0.29% -
XYZ 2.95 1.82 0.2 -
YUV 31.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 73 17 0 0 0.77 1 0.71 13.97 1 0.14
Hex 49 11 0 0 4D 64 47 E 64 E
Octal 111 21 0 0 115 144 107 16 144 16
Binary 1001001 10001 0 0 1001101 1100100 1000111 1110 1100100 1110

Color Harmonies of #491100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491100

Black with #491100

Text Example


Text Example

White with #491100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491100; }

 p { color: rgb(73,17,0); }

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

background-color css

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

 a { background-color: rgb(73,17,0); }

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

border-color css

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

 span { border-color: rgb(73,17,0); }

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