#46201D

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

Shades of Brown Pod #46201D

Tints of Brown Pod #46201D

Color information

#46201D (or 0x46201D) is unknown color: approx Brown Pod. HEX triplet: 46, 20 and 1D. RGB value is (70,32,29). Sum of RGB (Red+Green+Blue) = 70+32+29=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46201D is #B9DFE2. Grayscale: #2B2B2B. Windows color (decimal): -12181475 or 1908806. OLE color: 1908806.

HSL color Cylindrical-coordinate representation of color #46201D: hue angle of 4.39º 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 #46201D is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB703229-
CMYK00.540.590.73
HSL4.39º41.41%19.41%-
HSV(B)4.39º58.57%27.45%-
XYZ3.262.421.46-
YUV43.02120.09147.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=53.44%
G=24.43%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70322900.540.590.734.3941.4119.41
Hex46201D0363B4942913
Octal10640350667311145123
Binary1000110100000111010110110111011100100110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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