#49231B

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

Shades of Brown Pod #49231B

Tints of Brown Pod #49231B

Color information

#49231B (or 0x49231B) is unknown color: approx Brown Pod. HEX triplet: 49, 23 and 1B. RGB value is (73,35,27). Sum of RGB (Red+Green+Blue) = 73+35+27=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49231B is #B6DCE4. Grayscale: #2D2D2D. Windows color (decimal): -11984101 or 1778505. OLE color: 1778505.

HSL color Cylindrical-coordinate representation of color #49231B: hue angle of 10.43º 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 #49231B is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB733527-
CMYK00.520.630.71
HSL10.43º46%19.61%-
HSV(B)10.43º63.01%28.63%-
XYZ3.552.71.37-
YUV45.45117.59147.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 27 (10.94% from 255) = 20%
R=54.07%
G=25.93%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73352700.520.630.7110.434619.61
Hex49231B0343F47a2e14
Octal111433306477107125624
Binary10010011000111101101101001111111000111101010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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