#46261D

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

Shades of Brown Pod #46261D

Tints of Brown Pod #46261D

Color information

#46261D (or 0x46261D) is unknown color: approx Brown Pod. HEX triplet: 46, 26 and 1D. RGB value is (70,38,29). Sum of RGB (Red+Green+Blue) = 70+38+29=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46261D is #B9D9E2. Grayscale: #2E2E2E. Windows color (decimal): -12179939 or 1910342. OLE color: 1910342.

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

Color convert

RGB703829-
CMYK00.460.590.73
HSL13.17º41.41%19.41%-
HSV(B)13.17º58.57%27.45%-
XYZ3.442.781.52-
YUV46.54118.1144.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=51.09%
G=27.74%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70382900.460.590.7313.1741.4119.41
Hex46261D02E3B49d2913
Octal106463505673111155123
Binary10001101001101110101011101110111001001110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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