Html Css Color HEX #49211A Brown Pod

📋 copy color: '#49211A'

red 73 ◦ green 33 ◦ blue 26

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

Shades of Brown Pod #49211A

Tints of Brown Pod #49211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25%

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 55.3%
G = 25%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49211A (or 0x49211A) is known color: Brown Pod. HEX triplet: 49, 21 and 1A. RGB value is (73,33,26). Sum of RGB (Red+Green+Blue) = 73+33+26=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #49211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49211A is #B6DEE5. Grayscale: #2C2C2C. Windows color (decimal): -11984614 or 1712457. OLE color: 1712457.

HSL color Cylindrical-coordinate representation of color #49211A: hue angle of 8.94º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49211A is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 33 26 -
CMYK 0 0.55 0.64 0.71
HSL 8.94º 0.47% 0.19% -
HSV(B) 8.94º 0.64% 0.29% -
XYZ 3.48 2.58 1.29 -
YUV 44.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 73 33 26 0 0.55 0.64 0.71 8.94 0.47 0.19
Hex 49 21 1A 0 37 40 47 9 2F 13
Octal 111 41 32 0 67 100 107 11 57 23
Binary 1001001 100001 11010 0 110111 1000000 1000111 1001 101111 10011

Color Harmonies of #49211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49211A

Black with #49211A

Text Example


Text Example

White with #49211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49211A; }

 p { color: rgb(73,33,26); }

 H1.HeaderClassName
 {
   color: #49211A;
 }
 .AnyTagClassName
 {
   color: #49211A;
 }
</style>

background-color css

<style>
 a { background-color: #49211A; }

 a { background-color: rgb(73,33,26); }

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

border-color css

<style>
 span { border-color: #49211A; }

 span { border-color: rgb(73,33,26); }

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