#46271F

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

Shades of Brown Pod #46271F

Tints of Brown Pod #46271F

Color information

#46271F (or 0x46271F) is unknown color: approx Brown Pod. HEX triplet: 46, 27 and 1F. RGB value is (70,39,31). Sum of RGB (Red+Green+Blue) = 70+39+31=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #46271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46271F is #B9D8E0. Grayscale: #2F2F2F. Windows color (decimal): -12179681 or 2041670. OLE color: 2041670.

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

Color convert

RGB703931-
CMYK00.440.560.73
HSL12.31º38.61%19.8%-
HSV(B)12.31º55.71%27.45%-
XYZ3.52.851.66-
YUV47.36118.77144.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=50%
G=27.86%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70393100.440.560.7312.3138.6119.8
Hex46271F02C3849c2714
Octal106473705470111144724
Binary10001101001111111101011001110001001001110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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