#491203

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

Shades of Brown Pod #491203

Tints of Brown Pod #491203

Color information

#491203 (or 0x491203) is unknown color: approx Brown Pod. HEX triplet: 49, 12 and 03. RGB value is (73,18,3). Sum of RGB (Red+Green+Blue) = 73+18+3=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #491203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491203 is #B6EDFC. Grayscale: #202020. Windows color (decimal): -11988477 or 201289. OLE color: 201289.

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

Color convert

RGB73183-
CMYK00.750.960.71
HSL12.86º92.11%14.9%-
HSV(B)12.86º95.89%28.63%-
XYZ2.981.860.29-
YUV32.74111.22156.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 77.66%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=77.66%
G=19.15%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7318300.750.960.7112.8692.1114.9
Hex4912304B6047d5cf
Octal11122301131401071513417
Binary100100110010110100101111000001000111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491203; }

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

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

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

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

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

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

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

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