#491D03

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

Shades of Brown Pod #491D03

Tints of Brown Pod #491D03

Color information

#491D03 (or 0x491D03) is unknown color: approx Brown Pod. HEX triplet: 49, 1D and 03. RGB value is (73,29,3). Sum of RGB (Red+Green+Blue) = 73+29+3=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #491D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D03 is #B6E2FC. Grayscale: #272727. Windows color (decimal): -11985661 or 204105. OLE color: 204105.

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

Color convert

RGB73293-
CMYK00.600.960.71
HSL22.29º92.11%14.9%-
HSV(B)22.29º95.89%28.63%-
XYZ3.22.30.36-
YUV39.19107.58152.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 69.52%
GREEN value IS 29 (11.72% from 255) = 27.62%
BLUE value IS 3 (1.56% from 255) = 2.86%
R=69.52%
G=27.62%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7329300.600.960.7122.2992.1114.9
Hex491D303C6047165cf
Octal1113530741401072613417
Binary100100111101110111100110000010001111011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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