Html Css Color HEX #491901 Brown Pod

📋 copy color: '#491901'

red 73 ◦ green 25 ◦ blue 1

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

Shades of Brown Pod #491901

Tints of Brown Pod #491901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

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

R = 73.74%
G = 25.25%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#491901 (or 0x491901) is known color: Brown Pod. HEX triplet: 49, 19 and 01. RGB value is (73,25,1). Sum of RGB (Red+Green+Blue) = 73+25+1=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #491901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491901 is #B6E6FE. Grayscale: #242424. Windows color (decimal): -11986687 or 72009. OLE color: 72009.

HSL color Cylindrical-coordinate representation of color #491901: hue angle of 20º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #491901 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 1 -
CMYK 0 0.66 0.99 0.71
HSL 20º 0.97% 0.15% -
HSV(B) 20º 0.99% 0.29% -
XYZ 3.1 2.11 0.27 -
YUV 36.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 73 25 1 0 0.66 0.99 0.71 20 0.97 0.15
Hex 49 19 1 0 42 63 47 14 61 F
Octal 111 31 1 0 102 143 107 24 141 17
Binary 1001001 11001 1 0 1000010 1100011 1000111 10100 1100001 1111

Color Harmonies of #491901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491901

Black with #491901

Text Example


Text Example

White with #491901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491901; }

 p { color: rgb(73,25,1); }

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

background-color css

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

 a { background-color: rgb(73,25,1); }

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

border-color css

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

 span { border-color: rgb(73,25,1); }

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