#46150A

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

Shades of Brown Pod #46150A

Tints of Brown Pod #46150A

Color information

#46150A (or 0x46150A) is unknown color: approx Brown Pod. HEX triplet: 46, 15 and 0A. RGB value is (70,21,10). Sum of RGB (Red+Green+Blue) = 70+21+10=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46150A is #B9EAF5. Grayscale: #222222. Windows color (decimal): -12184310 or 660806. OLE color: 660806.

HSL color Cylindrical-coordinate representation of color #46150A: hue angle of 11º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46150A is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB702110-
CMYK00.700.860.73
HSL11º75%15.69%-
HSV(B)11º85.71%27.45%-
XYZ2.851.860.5-
YUV34.4114.23153.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=69.31%
G=20.79%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70211000.700.860.73117515.69
Hex4615A0465649b4b10
Octal106251201061261111311320
Binary100011010101101001000110101011010010011011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46150A; }

 p { color: rgb(70,21,10); }

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

<style>
 a { background-color: #46150A; }

 a { background-color: rgb(70,21,10); }

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

<style>
 span { border-color: #46150A; }

 span { border-color: rgb(70,21,10); }

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