#46221C

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

Shades of Brown Pod #46221C

Tints of Brown Pod #46221C

Color information

#46221C (or 0x46221C) is unknown color: approx Brown Pod. HEX triplet: 46, 22 and 1C. RGB value is (70,34,28). Sum of RGB (Red+Green+Blue) = 70+34+28=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46221C is #B9DDE3. Grayscale: #2C2C2C. Windows color (decimal): -12180964 or 1843782. OLE color: 1843782.

HSL color Cylindrical-coordinate representation of color #46221C: hue angle of 8.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46221C is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB703428-
CMYK00.510.600.73
HSL8.57º42.86%19.22%-
HSV(B)8.57º60%27.45%-
XYZ3.312.531.41-
YUV44.08118.93146.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=53.03%
G=25.76%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70342800.510.600.738.5742.8619.22
Hex46221C0333C4992b13
Octal106423406374111115323
Binary10001101000101110001100111111001001001100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46221C; }

 p { color: rgb(70,34,28); }

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

<style>
 a { background-color: #46221C; }

 a { background-color: rgb(70,34,28); }

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

<style>
 span { border-color: #46221C; }

 span { border-color: rgb(70,34,28); }

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