#492100

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

Shades of Brown Pod #492100

Tints of Brown Pod #492100

Color information

#492100 (or 0x492100) is unknown color: approx Brown Pod. HEX triplet: 49, 21 and 00. RGB value is (73,33,0). Sum of RGB (Red+Green+Blue) = 73+33+0=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #492100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492100 is #B6DEFF. Grayscale: #292929. Windows color (decimal): -11984640 or 8521. OLE color: 8521.

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

Color convert

RGB73330-
CMYK00.5510.71
HSL27.12º100%14.31%-
HSV(B)27.12º100%28.63%-
XYZ3.292.50.31-
YUV41.2104.75150.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.87%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.87%
G=31.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7333000.5510.7127.1210014.31
Hex4921003764471b64e
Octal1114100671441073314416
Binary100100110000100110111110010010001111101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492100; }

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

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

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

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

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

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

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

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