#49210F

Color #49210F Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #49210F

Tints of Brown Pod #49210F

Color information

#49210F (or 0x49210F) is unknown color: approx Brown Pod. HEX triplet: 49, 21 and 0F. RGB value is (73,33,15). Sum of RGB (Red+Green+Blue) = 73+33+15=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #49210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49210F is #B6DEF0. Grayscale: #2B2B2B. Windows color (decimal): -11984625 or 991561. OLE color: 991561.

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

Color convert

RGB733315-
CMYK00.550.790.71
HSL18.62º65.91%17.25%-
HSV(B)18.62º79.45%28.63%-
XYZ3.382.540.76-
YUV42.91112.25149.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=60.33%
G=27.27%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73331500.550.790.7118.6265.9117.25
Hex4921F0374F47134211
Octal11141170671171072310221
Binary1001001100001111101101111001111100011110011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49210F;
 }
 .AnyTagClassName
 {
   color: #49210F;
 }
</style>
background-color css

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

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

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

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

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

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