Html Css Color HEX #49210B Brown Pod

📋 copy color: '#49210B'

red 73 ◦ green 33 ◦ blue 11

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

Shades of Brown Pod #49210B

Tints of Brown Pod #49210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.4%

R = 62.39%
G = 28.21%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49210B (or 0x49210B) is known color: Brown Pod. HEX triplet: 49, 21 and 0B. RGB value is (73,33,11). Sum of RGB (Red+Green+Blue) = 73+33+11=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #49210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49210B is #B6DEF4. Grayscale: #2A2A2A. Windows color (decimal): -11984629 or 729417. OLE color: 729417.

HSL color Cylindrical-coordinate representation of color #49210B: hue angle of 21.29º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49210B is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 33 11 -
CMYK 0 0.55 0.85 0.71
HSL 21.29º 0.74% 0.16% -
HSV(B) 21.29º 0.85% 0.29% -
XYZ 3.35 2.53 0.63 -
YUV 42.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 73 33 11 0 0.55 0.85 0.71 21.29 0.74 0.16
Hex 49 21 B 0 37 55 47 15 4A 10
Octal 111 41 13 0 67 125 107 25 112 20
Binary 1001001 100001 1011 0 110111 1010101 1000111 10101 1001010 10000

Color Harmonies of #49210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49210B

Black with #49210B

Text Example


Text Example

White with #49210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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