#491800

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

Shades of Brown Pod #491800

Tints of Brown Pod #491800

Color information

#491800 (or 0x491800) is unknown color: approx Brown Pod. HEX triplet: 49, 18 and 00. RGB value is (73,24,0). Sum of RGB (Red+Green+Blue) = 73+24+0=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #491800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491800 is #B6E7FF. Grayscale: #242424. Windows color (decimal): -11986944 or 6217. OLE color: 6217.

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

Color convert

RGB73240-
CMYK00.6710.71
HSL19.73º100%14.31%-
HSV(B)19.73º100%28.63%-
XYZ3.072.070.24-
YUV35.92107.73154.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 75.26%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.26%
G=24.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7324000.6710.7119.7310014.31
Hex4918004364471464e
Octal11130001031441072414416
Binary100100111000001000011110010010001111010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491800; }

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

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

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

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

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

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

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

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