#49150B

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

Shades of Brown Pod #49150B

Tints of Brown Pod #49150B

Color information

#49150B (or 0x49150B) is unknown color: approx Brown Pod. HEX triplet: 49, 15 and 0B. RGB value is (73,21,11). Sum of RGB (Red+Green+Blue) = 73+21+11=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #49150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49150B is #B6EAF4. Grayscale: #232323. Windows color (decimal): -11987701 or 726345. OLE color: 726345.

HSL color Cylindrical-coordinate representation of color #49150B: hue angle of 9.68º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49150B is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB732111-
CMYK00.710.850.71
HSL9.68º73.81%16.47%-
HSV(B)9.68º84.93%28.63%-
XYZ3.081.980.54-
YUV35.41114.23154.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 69.52%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=69.52%
G=20%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73211100.710.850.719.6873.8116.47
Hex4915B0475547a4a10
Octal111251301071251071211220
Binary100100110101101101000111101010110001111010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,21,11); }

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

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

 a { background-color: rgb(73,21,11); }

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

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

 span { border-color: rgb(73,21,11); }

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