Html Css Color HEX #49220C Brown Pod

📋 copy color: '#49220C'

red 73 ◦ green 34 ◦ blue 12

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

Shades of Brown Pod #49220C

Tints of Brown Pod #49220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.57%

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

R = 61.34%
G = 28.57%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49220C (or 0x49220C) is known color: Brown Pod. HEX triplet: 49, 22 and 0C. RGB value is (73,34,12). Sum of RGB (Red+Green+Blue) = 73+34+12=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #49220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49220C is #B6DDF3. Grayscale: #2B2B2B. Windows color (decimal): -11984372 or 795209. OLE color: 795209.

HSL color Cylindrical-coordinate representation of color #49220C: hue angle of 21.64º 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 #49220C is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 12 -
CMYK 0 0.53 0.84 0.71
HSL 21.64º 0.72% 0.17% -
HSV(B) 21.64º 0.84% 0.29% -
XYZ 3.39 2.59 0.67 -
YUV 43.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 73 34 12 0 0.53 0.84 0.71 21.64 0.72 0.17
Hex 49 22 C 0 35 54 47 16 48 11
Octal 111 42 14 0 65 124 107 26 110 21
Binary 1001001 100010 1100 0 110101 1010100 1000111 10110 1001000 10001

Color Harmonies of #49220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49220C

Black with #49220C

Text Example


Text Example

White with #49220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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