#492115

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

Shades of Brown Pod #492115

Tints of Brown Pod #492115

Color information

#492115 (or 0x492115) is unknown color: approx Brown Pod. HEX triplet: 49, 21 and 15. RGB value is (73,33,21). Sum of RGB (Red+Green+Blue) = 73+33+21=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #492115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492115 is #B6DEEA. Grayscale: #2B2B2B. Windows color (decimal): -11984619 or 1384777. OLE color: 1384777.

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

Color convert

RGB733321-
CMYK00.550.710.71
HSL13.85º55.32%18.43%-
HSV(B)13.85º71.23%28.63%-
XYZ3.432.561.02-
YUV43.59115.25148.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=57.48%
G=25.98%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73332100.550.710.7113.8555.3218.43
Hex4921150374747e3712
Octal1114125067107107166722
Binary100100110000110101011011110001111000111111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492115; }

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

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

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

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

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

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

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

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