#49261D

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

Shades of Brown Pod #49261D

Tints of Brown Pod #49261D

Color information

#49261D (or 0x49261D) is unknown color: approx Brown Pod. HEX triplet: 49, 26 and 1D. RGB value is (73,38,29). Sum of RGB (Red+Green+Blue) = 73+38+29=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49261D is #B6D9E2. Grayscale: #2F2F2F. Windows color (decimal): -11983331 or 1910345. OLE color: 1910345.

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

Color convert

RGB733829-
CMYK00.480.600.71
HSL12.27º43.14%20%-
HSV(B)12.27º60.27%28.63%-
XYZ3.662.891.53-
YUV47.44117.6146.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=52.14%
G=27.14%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73382900.480.600.7112.2743.1420
Hex49261D0303C47c2b14
Octal111463506074107145324
Binary10010011001101110101100001111001000111110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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