#46211D

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

Shades of Brown Pod #46211D

Tints of Brown Pod #46211D

Color information

#46211D (or 0x46211D) is unknown color: approx Brown Pod. HEX triplet: 46, 21 and 1D. RGB value is (70,33,29). Sum of RGB (Red+Green+Blue) = 70+33+29=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46211D is #B9DEE2. Grayscale: #2B2B2B. Windows color (decimal): -12181219 or 1909062. OLE color: 1909062.

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

Color convert

RGB703329-
CMYK00.530.590.73
HSL5.85º41.41%19.41%-
HSV(B)5.85º58.57%27.45%-
XYZ3.292.481.47-
YUV43.61119.76146.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=53.03%
G=25%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70332900.530.590.735.8541.4119.41
Hex46211D0353B4962913
Octal10641350657311165123
Binary1000110100001111010110101111011100100111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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