Html Css Color HEX #491F19 Brown Pod

📋 copy color: '#491F19'

red 73 ◦ green 31 ◦ blue 25

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

Shades of Brown Pod #491F19

Tints of Brown Pod #491F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 56.59%
G = 24.03%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#491F19 (or 0x491F19) is known color: Brown Pod. HEX triplet: 49, 1F and 19. RGB value is (73,31,25). Sum of RGB (Red+Green+Blue) = 73+31+25=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F19 is #B6E0E6. Grayscale: #2A2A2A. Windows color (decimal): -11985127 or 1646409. OLE color: 1646409.

HSL color Cylindrical-coordinate representation of color #491F19: hue angle of 7.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491F19 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 31 25 -
CMYK 0 0.58 0.66 0.71
HSL 7.5º 0.49% 0.19% -
HSV(B) 7.5º 0.66% 0.29% -
XYZ 3.41 2.47 1.22 -
YUV 42.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 73 31 25 0 0.58 0.66 0.71 7.5 0.49 0.19
Hex 49 1F 19 0 3A 42 47 8 31 13
Octal 111 37 31 0 72 102 107 10 61 23
Binary 1001001 11111 11001 0 111010 1000010 1000111 1000 110001 10011

Color Harmonies of #491F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F19

Black with #491F19

Text Example


Text Example

White with #491F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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