#492315

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

Shades of Brown Pod #492315

Tints of Brown Pod #492315

Color information

#492315 (or 0x492315) is unknown color: approx Brown Pod. HEX triplet: 49, 23 and 15. RGB value is (73,35,21). Sum of RGB (Red+Green+Blue) = 73+35+21=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #492315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492315 is #B6DCEA. Grayscale: #2C2C2C. Windows color (decimal): -11984107 or 1385289. OLE color: 1385289.

HSL color Cylindrical-coordinate representation of color #492315: hue angle of 16.15º 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 #492315 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB733521-
CMYK00.520.710.71
HSL16.15º55.32%18.43%-
HSV(B)16.15º71.23%28.63%-
XYZ3.482.671.04-
YUV44.77114.59148.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=56.59%
G=27.13%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73352100.520.710.7116.1555.3218.43
Hex4923150344747103712
Octal1114325064107107206722
Binary1001001100011101010110100100011110001111000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492315; }

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

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

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

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

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

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

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

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