Html Css Color HEX #49190C Brown Pod

📋 copy color: '#49190C'

red 73 ◦ green 25 ◦ blue 12

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

Shades of Brown Pod #49190C

Tints of Brown Pod #49190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.91%

R = 66.36%
G = 22.73%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49190C (or 0x49190C) is known color: Brown Pod. HEX triplet: 49, 19 and 0C. RGB value is (73,25,12). Sum of RGB (Red+Green+Blue) = 73+25+12=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #49190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49190C is #B6E6F3. Grayscale: #252525. Windows color (decimal): -11986676 or 792905. OLE color: 792905.

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

Color convert

RGB 73 25 12 -
CMYK 0 0.66 0.84 0.71
HSL 12.79º 0.72% 0.17% -
HSV(B) 12.79º 0.84% 0.29% -
XYZ 3.16 2.14 0.59 -
YUV 37.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 73 25 12 0 0.66 0.84 0.71 12.79 0.72 0.17
Hex 49 19 C 0 42 54 47 D 48 11
Octal 111 31 14 0 102 124 107 15 110 21
Binary 1001001 11001 1100 0 1000010 1010100 1000111 1101 1001000 10001

Color Harmonies of #49190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49190C

Black with #49190C

Text Example


Text Example

White with #49190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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