#492419

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

Shades of Brown Pod #492419

Tints of Brown Pod #492419

Color information

#492419 (or 0x492419) is unknown color: approx Brown Pod. HEX triplet: 49, 24 and 19. RGB value is (73,36,25). Sum of RGB (Red+Green+Blue) = 73+36+25=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #492419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492419 is #B6DBE6. Grayscale: #2D2D2D. Windows color (decimal): -11983847 or 1647689. OLE color: 1647689.

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

Color convert

RGB733625-
CMYK00.510.660.71
HSL13.75º48.98%19.22%-
HSV(B)13.75º65.75%28.63%-
XYZ3.552.751.26-
YUV45.81116.26147.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=54.48%
G=26.87%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73362500.510.660.7113.7548.9819.22
Hex4924190334247e3113
Octal1114431063102107166123
Binary100100110010011001011001110000101000111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492419; }

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

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

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

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

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

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

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

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