Html Css Color HEX #49221B Brown Pod

📋 copy color: '#49221B'

red 73 ◦ green 34 ◦ blue 27

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

Shades of Brown Pod #49221B

Tints of Brown Pod #49221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 54.48%
G = 25.37%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49221B (or 0x49221B) is known color: Brown Pod. HEX triplet: 49, 22 and 1B. RGB value is (73,34,27). Sum of RGB (Red+Green+Blue) = 73+34+27=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49221B is #B6DDE4. Grayscale: #2C2C2C. Windows color (decimal): -11984357 or 1778249. OLE color: 1778249.

HSL color Cylindrical-coordinate representation of color #49221B: hue angle of 9.13º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49221B is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 27 -
CMYK 0 0.53 0.63 0.71
HSL 9.13º 0.46% 0.2% -
HSV(B) 9.13º 0.63% 0.29% -
XYZ 3.52 2.64 1.36 -
YUV 44.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 73 34 27 0 0.53 0.63 0.71 9.13 0.46 0.2
Hex 49 22 1B 0 35 3F 47 9 2E 14
Octal 111 42 33 0 65 77 107 11 56 24
Binary 1001001 100010 11011 0 110101 111111 1000111 1001 101110 10100

Color Harmonies of #49221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49221B

Black with #49221B

Text Example


Text Example

White with #49221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49221B; }

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

 H1.HeaderClassName
 {
   color: #49221B;
 }
 .AnyTagClassName
 {
   color: #49221B;
 }
</style>

background-color css

<style>
 a { background-color: #49221B; }

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

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

border-color css

<style>
 span { border-color: #49221B; }

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

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