#49180F

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

Shades of Brown Pod #49180F

Tints of Brown Pod #49180F

Color information

#49180F (or 0x49180F) is unknown color: approx Brown Pod. HEX triplet: 49, 18 and 0F. RGB value is (73,24,15). Sum of RGB (Red+Green+Blue) = 73+24+15=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #49180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49180F is #B6E7F0. Grayscale: #252525. Windows color (decimal): -11986929 or 989257. OLE color: 989257.

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

Color convert

RGB732415-
CMYK00.670.790.71
HSL9.31º65.91%17.25%-
HSV(B)9.31º79.45%28.63%-
XYZ3.162.10.69-
YUV37.62115.23153.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.18%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=65.18%
G=21.43%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73241500.670.790.719.3165.9117.25
Hex4918F0434F4794211
Octal111301701031171071110221
Binary100100111000111101000011100111110001111001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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