#49240B

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

Shades of Brown Pod #49240B

Tints of Brown Pod #49240B

Color information

#49240B (or 0x49240B) is unknown color: approx Brown Pod. HEX triplet: 49, 24 and 0B. RGB value is (73,36,11). Sum of RGB (Red+Green+Blue) = 73+36+11=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49240B is #B6DBF4. Grayscale: #2C2C2C. Windows color (decimal): -11983861 or 730185. OLE color: 730185.

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

Color convert

RGB733611-
CMYK00.510.850.71
HSL24.19º73.81%16.47%-
HSV(B)24.19º84.93%28.63%-
XYZ3.442.70.66-
YUV44.21109.26148.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.83%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 11 (4.69% from 255) = 9.17%
R=60.83%
G=30%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73361100.510.850.7124.1973.8116.47
Hex4924B0335547184a10
Octal11144130631251073011220
Binary1001001100100101101100111010101100011111000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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