Html Css Color HEX #49190F Brown Pod

📋 copy color: '#49190F'

red 73 ◦ green 25 ◦ blue 15

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

Shades of Brown Pod #49190F

Tints of Brown Pod #49190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.27%

R = 64.6%
G = 22.12%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49190F (or 0x49190F) is known color: Brown Pod. HEX triplet: 49, 19 and 0F. RGB value is (73,25,15). Sum of RGB (Red+Green+Blue) = 73+25+15=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #49190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49190F is #B6E6F0. Grayscale: #262626. Windows color (decimal): -11986673 or 989513. OLE color: 989513.

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

Color convert

RGB 73 25 15 -
CMYK 0 0.66 0.79 0.71
HSL 10.34º 0.66% 0.17% -
HSV(B) 10.34º 0.79% 0.29% -
XYZ 3.18 2.15 0.7 -
YUV 38.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 73 25 15 0 0.66 0.79 0.71 10.34 0.66 0.17
Hex 49 19 F 0 42 4F 47 A 42 11
Octal 111 31 17 0 102 117 107 12 102 21
Binary 1001001 11001 1111 0 1000010 1001111 1000111 1010 1000010 10001

Color Harmonies of #49190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49190F

Black with #49190F

Text Example


Text Example

White with #49190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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