#461E16

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

Shades of Brown Pod #461E16

Tints of Brown Pod #461E16

Color information

#461E16 (or 0x461E16) is unknown color: approx Brown Pod. HEX triplet: 46, 1E and 16. RGB value is (70,30,22). Sum of RGB (Red+Green+Blue) = 70+30+22=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #461E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E16 is #B9E1E9. Grayscale: #292929. Windows color (decimal): -12181994 or 1449542. OLE color: 1449542.

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

Color convert

RGB703022-
CMYK00.570.690.73
HSL10º52.17%18.04%-
HSV(B)10º68.57%27.45%-
XYZ3.132.291.04-
YUV41.05117.25148.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=57.38%
G=24.59%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70302200.570.690.731052.1718.04
Hex461E160394549a3412
Octal1063626071105111126422
Binary10001101111010110011100110001011001001101011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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