#46241E

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

Shades of Brown Pod #46241E

Tints of Brown Pod #46241E

Color information

#46241E (or 0x46241E) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 1E. RGB value is (70,36,30). Sum of RGB (Red+Green+Blue) = 70+36+30=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46241E is #B9DBE1. Grayscale: #2D2D2D. Windows color (decimal): -12180450 or 1975366. OLE color: 1975366.

HSL color Cylindrical-coordinate representation of color #46241E: hue angle of 9º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46241E is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB703630-
CMYK00.490.570.73
HSL40%19.61%-
HSV(B)57.14%27.45%-
XYZ3.392.661.56-
YUV45.48119.26145.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=51.47%
G=26.47%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70363000.490.570.7394019.61
Hex46241E031394992814
Octal106443606171111115024
Binary10001101001001111001100011110011001001100110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46241E; }

 p { color: rgb(70,36,30); }

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

<style>
 a { background-color: #46241E; }

 a { background-color: rgb(70,36,30); }

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

<style>
 span { border-color: #46241E; }

 span { border-color: rgb(70,36,30); }

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