#492417

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

Shades of Brown Pod #492417

Tints of Brown Pod #492417

Color information

#492417 (or 0x492417) is unknown color: approx Brown Pod. HEX triplet: 49, 24 and 17. RGB value is (73,36,23). Sum of RGB (Red+Green+Blue) = 73+36+23=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #492417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492417 is #B6DBE8. Grayscale: #2D2D2D. Windows color (decimal): -11983849 or 1516617. OLE color: 1516617.

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

Color convert

RGB733623-
CMYK00.510.680.71
HSL15.6º52.08%18.82%-
HSV(B)15.6º68.49%28.63%-
XYZ3.532.741.15-
YUV45.58115.26147.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=55.30%
G=27.27%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73362300.510.680.7115.652.0818.82
Hex4924170334447103413
Octal1114427063104107206423
Binary1001001100100101110110011100010010001111000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492417; }

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

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

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

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

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

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

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

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