#46211A

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

Shades of Brown Pod #46211A

Tints of Brown Pod #46211A

Color information

#46211A (or 0x46211A) is unknown color: approx Brown Pod. HEX triplet: 46, 21 and 1A. RGB value is (70,33,26). Sum of RGB (Red+Green+Blue) = 70+33+26=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #46211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46211A is #B9DEE5. Grayscale: #2B2B2B. Windows color (decimal): -12181222 or 1712454. OLE color: 1712454.

HSL color Cylindrical-coordinate representation of color #46211A: hue angle of 9.55º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46211A is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB703326-
CMYK00.530.630.73
HSL9.55º45.83%18.82%-
HSV(B)9.55º62.86%27.45%-
XYZ3.262.461.28-
YUV43.26118.26147.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=54.26%
G=25.58%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70332600.530.630.739.5545.8318.82
Hex46211A0353F49a2e13
Octal106413206577111125623
Binary10001101000011101001101011111111001001101010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46211A; }

 p { color: rgb(70,33,26); }

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

<style>
 a { background-color: #46211A; }

 a { background-color: rgb(70,33,26); }

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

<style>
 span { border-color: #46211A; }

 span { border-color: rgb(70,33,26); }

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