#49240C

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

Shades of Brown Pod #49240C

Tints of Brown Pod #49240C

Color information

#49240C (or 0x49240C) is unknown color: approx Brown Pod. HEX triplet: 49, 24 and 0C. RGB value is (73,36,12). Sum of RGB (Red+Green+Blue) = 73+36+12=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #49240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49240C is #B6DBF3. Grayscale: #2C2C2C. Windows color (decimal): -11983860 or 795721. OLE color: 795721.

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

Color convert

RGB733612-
CMYK00.510.840.71
HSL23.61º71.76%16.67%-
HSV(B)23.61º83.56%28.63%-
XYZ3.442.70.69-
YUV44.33109.76148.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=60.33%
G=29.75%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73361200.510.840.7123.6171.7616.67
Hex4924C0335447184811
Octal11144140631241073011021
Binary1001001100100110001100111010100100011111000100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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