#46261A

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

Shades of Brown Pod #46261A

Tints of Brown Pod #46261A

Color information

#46261A (or 0x46261A) is unknown color: approx Brown Pod. HEX triplet: 46, 26 and 1A. RGB value is (70,38,26). Sum of RGB (Red+Green+Blue) = 70+38+26=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46261A is #B9D9E5. Grayscale: #2E2E2E. Windows color (decimal): -12179942 or 1713734. OLE color: 1713734.

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

Color convert

RGB703826-
CMYK00.460.630.73
HSL16.36º45.83%18.82%-
HSV(B)16.36º62.86%27.45%-
XYZ3.412.761.33-
YUV46.2116.6144.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=52.24%
G=28.36%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70382600.460.630.7316.3645.8318.82
Hex46261A02E3F49102e13
Octal106463205677111205623
Binary100011010011011010010111011111110010011000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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