#491E02

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

Shades of Brown Pod #491E02

Tints of Brown Pod #491E02

Color information

#491E02 (or 0x491E02) is unknown color: approx Brown Pod. HEX triplet: 49, 1E and 02. RGB value is (73,30,2). Sum of RGB (Red+Green+Blue) = 73+30+2=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #491E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E02 is #B6E1FD. Grayscale: #272727. Windows color (decimal): -11985406 or 138825. OLE color: 138825.

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

Color convert

RGB73302-
CMYK00.590.970.71
HSL23.66º94.67%14.71%-
HSV(B)23.66º97.26%28.63%-
XYZ3.222.350.34-
YUV39.66106.75151.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 69.52%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=69.52%
G=28.57%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7330200.590.970.7123.6694.6714.71
Hex491E203B6147185ff
Octal1113620731411073013717
Binary100100111110100111011110000110001111100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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