#46271D

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

Shades of Brown Pod #46271D

Tints of Brown Pod #46271D

Color information

#46271D (or 0x46271D) is unknown color: approx Brown Pod. HEX triplet: 46, 27 and 1D. RGB value is (70,39,29). Sum of RGB (Red+Green+Blue) = 70+39+29=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46271D is #B9D8E2. Grayscale: #2F2F2F. Windows color (decimal): -12179683 or 1910598. OLE color: 1910598.

HSL color Cylindrical-coordinate representation of color #46271D: hue angle of 14.63º 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 #46271D is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB703929-
CMYK00.440.590.73
HSL14.63º41.41%19.41%-
HSV(B)14.63º58.57%27.45%-
XYZ3.472.841.53-
YUV47.13117.77144.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=50.72%
G=28.26%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70392900.440.590.7314.6341.4119.41
Hex46271D02C3B49f2913
Octal106473505473111175123
Binary10001101001111110101011001110111001001111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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