#492000

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

Shades of Brown Pod #492000

Tints of Brown Pod #492000

Color information

#492000 (or 0x492000) is unknown color: approx Brown Pod. HEX triplet: 49, 20 and 00. RGB value is (73,32,0). Sum of RGB (Red+Green+Blue) = 73+32+0=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #492000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492000 is #B6DFFF. Grayscale: #282828. Windows color (decimal): -11984896 or 8265. OLE color: 8265.

HSL color Cylindrical-coordinate representation of color #492000: hue angle of 26.3º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #492000 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB73320-
CMYK00.5610.71
HSL26.3º100%14.31%-
HSV(B)26.3º100%28.63%-
XYZ3.262.450.3-
YUV40.61105.08151.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 69.52%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.52%
G=30.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7332000.5610.7126.310014.31
Hex4920003864471a64e
Octal1114000701441073214416
Binary100100110000000111000110010010001111101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492000; }

 p { color: rgb(73,32,0); }

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

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

 a { background-color: rgb(73,32,0); }

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

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

 span { border-color: rgb(73,32,0); }

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