#46180C

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

Shades of Brown Pod #46180C

Tints of Brown Pod #46180C

Color information

#46180C (or 0x46180C) is unknown color: approx Brown Pod. HEX triplet: 46, 18 and 0C. RGB value is (70,24,12). Sum of RGB (Red+Green+Blue) = 70+24+12=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46180C is #B9E7F3. Grayscale: #242424. Windows color (decimal): -12183540 or 792646. OLE color: 792646.

HSL color Cylindrical-coordinate representation of color #46180C: hue angle of 12.41º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46180C is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB702412-
CMYK00.660.830.73
HSL12.41º70.73%16.08%-
HSV(B)12.41º82.86%27.45%-
XYZ2.921.980.58-
YUV36.39114.24151.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=66.04%
G=22.64%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70241200.660.830.7312.4170.7316.08
Hex4618C0425349c4710
Octal106301401021231111410720
Binary100011011000110001000010101001110010011100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,24,12); }

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

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

 a { background-color: rgb(70,24,12); }

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

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

 span { border-color: rgb(70,24,12); }

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