Html Css Color HEX #49190D Brown Pod

📋 copy color: '#49190D'

red 73 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #49190D

Tints of Brown Pod #49190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.71%

R = 65.77%
G = 22.52%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#49190D (or 0x49190D) is known color: Brown Pod. HEX triplet: 49, 19 and 0D. RGB value is (73,25,13). Sum of RGB (Red+Green+Blue) = 73+25+13=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #49190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49190D is #B6E6F2. Grayscale: #262626. Windows color (decimal): -11986675 or 858441. OLE color: 858441.

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

Color convert

RGB 73 25 13 -
CMYK 0 0.66 0.82 0.71
HSL 12º 0.7% 0.17% -
HSV(B) 12º 0.82% 0.29% -
XYZ 3.17 2.14 0.63 -
YUV 37.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 73 25 13 0 0.66 0.82 0.71 12 0.7 0.17
Hex 49 19 D 0 42 52 47 C 46 11
Octal 111 31 15 0 102 122 107 14 106 21
Binary 1001001 11001 1101 0 1000010 1010010 1000111 1100 1000110 10001

Color Harmonies of #49190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49190D

Black with #49190D

Text Example


Text Example

White with #49190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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