#49240E

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

Shades of Brown Pod #49240E

Tints of Brown Pod #49240E

Color information

#49240E (or 0x49240E) is unknown color: approx Brown Pod. HEX triplet: 49, 24 and 0E. RGB value is (73,36,14). Sum of RGB (Red+Green+Blue) = 73+36+14=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49240E is #B6DBF1. Grayscale: #2C2C2C. Windows color (decimal): -11983858 or 926793. OLE color: 926793.

HSL color Cylindrical-coordinate representation of color #49240E: hue angle of 22.37º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49240E is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB733614-
CMYK00.510.810.71
HSL22.37º67.82%17.06%-
HSV(B)22.37º80.82%28.63%-
XYZ3.462.710.76-
YUV44.55110.76148.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=59.35%
G=29.27%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73361400.510.810.7122.3767.8217.06
Hex4924E0335147164411
Octal11144160631211072610421
Binary1001001100100111001100111010001100011110110100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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