#492303

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

Shades of Brown Pod #492303

Tints of Brown Pod #492303

Color information

#492303 (or 0x492303) is unknown color: approx Brown Pod. HEX triplet: 49, 23 and 03. RGB value is (73,35,3). Sum of RGB (Red+Green+Blue) = 73+35+3=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #492303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492303 is #B6DCFC. Grayscale: #2A2A2A. Windows color (decimal): -11984125 or 205641. OLE color: 205641.

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

Color convert

RGB73353-
CMYK00.520.960.71
HSL27.43º92.11%14.9%-
HSV(B)27.43º95.89%28.63%-
XYZ3.372.630.42-
YUV42.71105.59149.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.77%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=65.77%
G=31.53%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7335300.520.960.7127.4392.1114.9
Hex4923303460471b5cf
Octal1114330641401073313417
Binary1001001100011110110100110000010001111101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492303; }

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

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

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

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

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

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

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

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