#46190C

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

Shades of Brown Pod #46190C

Tints of Brown Pod #46190C

Color information

#46190C (or 0x46190C) is unknown color: approx Brown Pod. HEX triplet: 46, 19 and 0C. RGB value is (70,25,12). Sum of RGB (Red+Green+Blue) = 70+25+12=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #46190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46190C is #B9E6F3. Grayscale: #252525. Windows color (decimal): -12183284 or 792902. OLE color: 792902.

HSL color Cylindrical-coordinate representation of color #46190C: hue angle of 13.45º 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 #46190C is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB702512-
CMYK00.640.830.73
HSL13.45º70.73%16.08%-
HSV(B)13.45º82.86%27.45%-
XYZ2.942.020.58-
YUV36.97113.91151.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=65.42%
G=23.36%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70251200.640.830.7313.4570.7316.08
Hex4619C0405349d4710
Octal106311401001231111510720
Binary100011011001110001000000101001110010011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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