#49240F

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

Shades of Brown Pod #49240F

Tints of Brown Pod #49240F

Color information

#49240F (or 0x49240F) is unknown color: approx Brown Pod. HEX triplet: 49, 24 and 0F. RGB value is (73,36,15). Sum of RGB (Red+Green+Blue) = 73+36+15=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49240F is #B6DBF0. Grayscale: #2C2C2C. Windows color (decimal): -11983857 or 992329. OLE color: 992329.

HSL color Cylindrical-coordinate representation of color #49240F: hue angle of 21.72º 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 #49240F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB733615-
CMYK00.510.790.71
HSL21.72º65.91%17.25%-
HSV(B)21.72º79.45%28.63%-
XYZ3.462.710.79-
YUV44.67111.26148.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=58.87%
G=29.03%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73361500.510.790.7121.7265.9117.25
Hex4924F0334F47164211
Octal11144170631171072610221
Binary1001001100100111101100111001111100011110110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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