Html Css Color HEX #491900 Brown Pod

📋 copy color: '#491900'

red 73 ◦ green 25 ◦ blue 0

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

Shades of Brown Pod #491900

Tints of Brown Pod #491900

RGB

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

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

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

R = 74.49%
G = 25.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#491900 (or 0x491900) is known color: Brown Pod. HEX triplet: 49, 19 and 00. RGB value is (73,25,0). Sum of RGB (Red+Green+Blue) = 73+25+0=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #491900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491900 is #B6E6FF. Grayscale: #242424. Windows color (decimal): -11986688 or 6473. OLE color: 6473.

HSL color Cylindrical-coordinate representation of color #491900: hue angle of 20.55º 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 #491900 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 0 -
CMYK 0 0.66 1 0.71
HSL 20.55º 1% 0.14% -
HSV(B) 20.55º 1% 0.29% -
XYZ 3.1 2.11 0.24 -
YUV 36.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 73 25 0 0 0.66 1 0.71 20.55 1 0.14
Hex 49 19 0 0 42 64 47 15 64 E
Octal 111 31 0 0 102 144 107 25 144 16
Binary 1001001 11001 0 0 1000010 1100100 1000111 10101 1100100 1110

Color Harmonies of #491900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491900

Black with #491900

Text Example


Text Example

White with #491900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491900; }

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

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

background-color css

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

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

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

border-color css

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

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

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