#461E04

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

Shades of Brown Pod #461E04

Tints of Brown Pod #461E04

Color information

#461E04 (or 0x461E04) is unknown color: approx Brown Pod. HEX triplet: 46, 1E and 04. RGB value is (70,30,4). Sum of RGB (Red+Green+Blue) = 70+30+4=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #461E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E04 is #B9E1FB. Grayscale: #272727. Windows color (decimal): -12182012 or 269894. OLE color: 269894.

HSL color Cylindrical-coordinate representation of color #461E04: hue angle of 23.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #461E04 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB70304-
CMYK00.570.940.73
HSL23.64º89.19%14.51%-
HSV(B)23.64º94.29%27.45%-
XYZ3.012.240.39-
YUV39108.25150.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 4 (1.95% from 255) = 3.85%
R=67.31%
G=28.85%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7030400.570.940.7323.6489.1914.51
Hex461E40395E491859f
Octal1063640711361113013117
Binary1000110111101000111001101111010010011100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E04; }

 p { color: rgb(70,30,4); }

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

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

 a { background-color: rgb(70,30,4); }

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

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

 span { border-color: rgb(70,30,4); }

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