#492218

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

Shades of Brown Pod #492218

Tints of Brown Pod #492218

Color information

#492218 (or 0x492218) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 18. RGB value is (73,34,24). Sum of RGB (Red+Green+Blue) = 73+34+24=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #492218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492218 is #B6DDE7. Grayscale: #2C2C2C. Windows color (decimal): -11984360 or 1581641. OLE color: 1581641.

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

Color convert

RGB733424-
CMYK00.530.670.71
HSL12.24º50.52%19.02%-
HSV(B)12.24º67.12%28.63%-
XYZ3.482.631.19-
YUV44.52116.42148.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.73%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=55.73%
G=25.95%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73342400.530.670.7112.2450.5219.02
Hex4922180354347c3313
Octal1114230065103107146323
Binary100100110001011000011010110000111000111110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492218; }

 p { color: rgb(73,34,24); }

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

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

 a { background-color: rgb(73,34,24); }

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

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

 span { border-color: rgb(73,34,24); }

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