#46221A

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

Shades of Brown Pod #46221A

Tints of Brown Pod #46221A

Color information

#46221A (or 0x46221A) is unknown color: approx Brown Pod. HEX triplet: 46, 22 and 1A. RGB value is (70,34,26). Sum of RGB (Red+Green+Blue) = 70+34+26=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46221A is #B9DDE5. Grayscale: #2B2B2B. Windows color (decimal): -12180966 or 1712710. OLE color: 1712710.

HSL color Cylindrical-coordinate representation of color #46221A: hue angle of 10.91º 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 #46221A is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB703426-
CMYK00.510.630.73
HSL10.91º45.83%18.82%-
HSV(B)10.91º62.86%27.45%-
XYZ3.282.521.29-
YUV43.85117.93146.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 26 (10.55% from 255) = 20%
R=53.85%
G=26.15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70342600.510.630.7310.9145.8318.82
Hex46221A0333F49b2e13
Octal106423206377111135623
Binary10001101000101101001100111111111001001101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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