#49230F

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

Shades of Brown Pod #49230F

Tints of Brown Pod #49230F

Color information

#49230F (or 0x49230F) is unknown color: approx Brown Pod. HEX triplet: 49, 23 and 0F. RGB value is (73,35,15). Sum of RGB (Red+Green+Blue) = 73+35+15=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49230F is #B6DCF0. Grayscale: #2C2C2C. Windows color (decimal): -11984113 or 992073. OLE color: 992073.

HSL color Cylindrical-coordinate representation of color #49230F: hue angle of 20.69º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49230F is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB733515-
CMYK00.520.790.71
HSL20.69º65.91%17.25%-
HSV(B)20.69º79.45%28.63%-
XYZ3.432.650.78-
YUV44.08111.59148.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 15 (6.25% from 255) = 12.20%
R=59.35%
G=28.46%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73351500.520.790.7120.6965.9117.25
Hex4923F0344F47154211
Octal11143170641171072510221
Binary1001001100011111101101001001111100011110101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49230F; }

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

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

<style>
 a { background-color: #49230F; }

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

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

<style>
 span { border-color: #49230F; }

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

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