#49261B

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

Shades of Brown Pod #49261B

Tints of Brown Pod #49261B

Color information

#49261B (or 0x49261B) is unknown color: approx Brown Pod. HEX triplet: 49, 26 and 1B. RGB value is (73,38,27). Sum of RGB (Red+Green+Blue) = 73+38+27=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49261B is #B6D9E4. Grayscale: #2F2F2F. Windows color (decimal): -11983333 or 1779273. OLE color: 1779273.

HSL color Cylindrical-coordinate representation of color #49261B: hue angle of 14.35º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49261B is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB733827-
CMYK00.480.630.71
HSL14.35º46%19.61%-
HSV(B)14.35º63.01%28.63%-
XYZ3.642.881.4-
YUV47.21116.6146.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=52.90%
G=27.54%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73382700.480.630.7114.354619.61
Hex49261B0303F47e2e14
Octal111463306077107165624
Binary10010011001101101101100001111111000111111010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,38,27); }

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

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

 a { background-color: rgb(73,38,27); }

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

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

 span { border-color: rgb(73,38,27); }

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