#46261F

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

Shades of Brown Pod #46261F

Tints of Brown Pod #46261F

Color information

#46261F (or 0x46261F) is unknown color: approx Brown Pod. HEX triplet: 46, 26 and 1F. RGB value is (70,38,31). Sum of RGB (Red+Green+Blue) = 70+38+31=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #46261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46261F is #B9D9E0. Grayscale: #2E2E2E. Windows color (decimal): -12179937 or 2041414. OLE color: 2041414.

HSL color Cylindrical-coordinate representation of color #46261F: hue angle of 10.77º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46261F is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB703831-
CMYK00.460.560.73
HSL10.77º38.61%19.8%-
HSV(B)10.77º55.71%27.45%-
XYZ3.472.791.65-
YUV46.77119.1144.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=50.36%
G=27.34%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70383100.460.560.7310.7738.6119.8
Hex46261F02E3849b2714
Octal106463705670111134724
Binary10001101001101111101011101110001001001101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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