#49160A

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

Shades of Brown Pod #49160A

Tints of Brown Pod #49160A

Color information

#49160A (or 0x49160A) is unknown color: approx Brown Pod. HEX triplet: 49, 16 and 0A. RGB value is (73,22,10). Sum of RGB (Red+Green+Blue) = 73+22+10=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #49160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49160A is #B6E9F5. Grayscale: #232323. Windows color (decimal): -11987446 or 661065. OLE color: 661065.

HSL color Cylindrical-coordinate representation of color #49160A: hue angle of 11.43º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49160A is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB732210-
CMYK00.700.860.71
HSL11.43º75.9%16.27%-
HSV(B)11.43º86.3%28.63%-
XYZ3.092.010.51-
YUV35.88113.4154.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 69.52%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=69.52%
G=20.95%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73221000.700.860.7111.4375.916.27
Hex4916A0465647b4c10
Octal111261201061261071311420
Binary100100110110101001000110101011010001111011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49160A; }

 p { color: rgb(73,22,10); }

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

<style>
 a { background-color: #49160A; }

 a { background-color: rgb(73,22,10); }

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

<style>
 span { border-color: #49160A; }

 span { border-color: rgb(73,22,10); }

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