#46271C

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

Shades of Brown Pod #46271C

Tints of Brown Pod #46271C

Color information

#46271C (or 0x46271C) is unknown color: approx Brown Pod. HEX triplet: 46, 27 and 1C. RGB value is (70,39,28). Sum of RGB (Red+Green+Blue) = 70+39+28=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46271C is #B9D8E3. Grayscale: #2F2F2F. Windows color (decimal): -12179684 or 1845062. OLE color: 1845062.

HSL color Cylindrical-coordinate representation of color #46271C: hue angle of 15.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46271C is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB703928-
CMYK00.440.600.73
HSL15.71º42.86%19.22%-
HSV(B)15.71º60%27.45%-
XYZ3.462.841.46-
YUV47.01117.27144.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 39 (15.62% from 255) = 28.47%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=51.09%
G=28.47%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70392800.440.600.7315.7142.8619.22
Hex46271C02C3C49102b13
Octal106473405474111205323
Binary100011010011111100010110011110010010011000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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