#49240D

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

Shades of Brown Pod #49240D

Tints of Brown Pod #49240D

Color information

#49240D (or 0x49240D) is unknown color: approx Brown Pod. HEX triplet: 49, 24 and 0D. RGB value is (73,36,13). Sum of RGB (Red+Green+Blue) = 73+36+13=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #49240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49240D is #B6DBF2. Grayscale: #2C2C2C. Windows color (decimal): -11983859 or 861257. OLE color: 861257.

HSL color Cylindrical-coordinate representation of color #49240D: hue angle of 23º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49240D is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB733613-
CMYK00.510.820.71
HSL23º69.77%16.86%-
HSV(B)23º82.19%28.63%-
XYZ3.452.710.72-
YUV44.44110.26148.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.84%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=59.84%
G=29.51%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73361300.510.820.712369.7716.86
Hex4924D0335247174611
Octal11144150631221072710621
Binary1001001100100110101100111010010100011110111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49240D; }

 p { color: rgb(73,36,13); }

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

<style>
 a { background-color: #49240D; }

 a { background-color: rgb(73,36,13); }

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

<style>
 span { border-color: #49240D; }

 span { border-color: rgb(73,36,13); }

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