#49221A

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

Shades of Brown Pod #49221A

Tints of Brown Pod #49221A

Color information

#49221A (or 0x49221A) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 1A. RGB value is (73,34,26). Sum of RGB (Red+Green+Blue) = 73+34+26=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49221A is #B6DDE5. Grayscale: #2C2C2C. Windows color (decimal): -11984358 or 1712713. OLE color: 1712713.

HSL color Cylindrical-coordinate representation of color #49221A: hue angle of 10.21º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49221A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB733426-
CMYK00.530.640.71
HSL10.21º47.47%19.41%-
HSV(B)10.21º64.38%28.63%-
XYZ3.512.641.3-
YUV44.75117.42148.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=54.89%
G=25.56%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73342600.530.640.7110.2147.4719.41
Hex49221A0354047a2f13
Octal1114232065100107125723
Binary100100110001011010011010110000001000111101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,34,26); }

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

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

 a { background-color: rgb(73,34,26); }

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

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

 span { border-color: rgb(73,34,26); }

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