#46261B

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

Shades of Brown Pod #46261B

Tints of Brown Pod #46261B

Color information

#46261B (or 0x46261B) is unknown color: approx Brown Pod. HEX triplet: 46, 26 and 1B. RGB value is (70,38,27). Sum of RGB (Red+Green+Blue) = 70+38+27=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46261B is #B9D9E4. Grayscale: #2E2E2E. Windows color (decimal): -12179941 or 1779270. OLE color: 1779270.

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

Color convert

RGB703827-
CMYK00.460.610.73
HSL15.35º44.33%19.02%-
HSV(B)15.35º61.43%27.45%-
XYZ3.422.771.39-
YUV46.31117.1144.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 27 (10.94% from 255) = 20%
R=51.85%
G=28.15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70382700.460.610.7315.3544.3319.02
Hex46261B02E3D49f2c13
Octal106463305675111175423
Binary10001101001101101101011101111011001001111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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