#491C02

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

Shades of Brown Pod #491C02

Tints of Brown Pod #491C02

Color information

#491C02 (or 0x491C02) is unknown color: approx Brown Pod. HEX triplet: 49, 1C and 02. RGB value is (73,28,2). Sum of RGB (Red+Green+Blue) = 73+28+2=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #491C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C02 is #B6E3FD. Grayscale: #262626. Windows color (decimal): -11985918 or 138313. OLE color: 138313.

HSL color Cylindrical-coordinate representation of color #491C02: hue angle of 21.97º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #491C02 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB73282-
CMYK00.620.970.71
HSL21.97º94.67%14.71%-
HSV(B)21.97º97.26%28.63%-
XYZ3.172.250.32-
YUV38.49107.41152.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.87%
GREEN value IS 28 (11.33% from 255) = 27.18%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=70.87%
G=27.18%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7328200.620.970.7121.9794.6714.71
Hex491C203E6147165ff
Octal1113420761411072613717
Binary100100111100100111110110000110001111011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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