#491C00

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

Shades of Brown Pod #491C00

Tints of Brown Pod #491C00

Color information

#491C00 (or 0x491C00) is unknown color: approx Brown Pod. HEX triplet: 49, 1C and 00. RGB value is (73,28,0). Sum of RGB (Red+Green+Blue) = 73+28+0=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #491C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C00 is #B6E3FF. Grayscale: #262626. Windows color (decimal): -11985920 or 7241. OLE color: 7241.

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

Color convert

RGB73280-
CMYK00.6210.71
HSL23.01º100%14.31%-
HSV(B)23.01º100%28.63%-
XYZ3.162.250.27-
YUV38.26106.41152.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 72.28%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.28%
G=27.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7328000.6210.7123.0110014.31
Hex491C003E64471764e
Octal1113400761441072714416
Binary10010011110000111110110010010001111011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491C00; }

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

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

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

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

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

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

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

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