#46231F

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

Shades of Brown Pod #46231F

Tints of Brown Pod #46231F

Color information

#46231F (or 0x46231F) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 1F. RGB value is (70,35,31). Sum of RGB (Red+Green+Blue) = 70+35+31=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46231F is #B9DCE0. Grayscale: #2D2D2D. Windows color (decimal): -12180705 or 2040646. OLE color: 2040646.

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

Color convert

RGB703531-
CMYK00.50.560.73
HSL6.15º38.61%19.8%-
HSV(B)6.15º55.71%27.45%-
XYZ3.372.61.62-
YUV45.01120.1145.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 35 (14.06% from 255) = 25.74%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=51.47%
G=25.74%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70353100.50.560.736.1538.6119.8
Hex46231F032384962714
Octal10643370627011164724
Binary1000110100011111110110010111000100100111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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