#49250C

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

Shades of Brown Pod #49250C

Tints of Brown Pod #49250C

Color information

#49250C (or 0x49250C) is unknown color: approx Brown Pod. HEX triplet: 49, 25 and 0C. RGB value is (73,37,12). Sum of RGB (Red+Green+Blue) = 73+37+12=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #49250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49250C is #B6DAF3. Grayscale: #2D2D2D. Windows color (decimal): -11983604 or 795977. OLE color: 795977.

HSL color Cylindrical-coordinate representation of color #49250C: hue angle of 24.59º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49250C is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB733712-
CMYK00.490.840.71
HSL24.59º71.76%16.67%-
HSV(B)24.59º83.56%28.63%-
XYZ3.482.770.7-
YUV44.91109.43148.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.84%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=59.84%
G=30.33%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73371200.490.840.7124.5971.7616.67
Hex4925C0315447194811
Octal11145140611241073111021
Binary1001001100101110001100011010100100011111001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49250C; }

 p { color: rgb(73,37,12); }

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

<style>
 a { background-color: #49250C; }

 a { background-color: rgb(73,37,12); }

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

<style>
 span { border-color: #49250C; }

 span { border-color: rgb(73,37,12); }

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