#46180A

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

Shades of Brown Pod #46180A

Tints of Brown Pod #46180A

Color information

#46180A (or 0x46180A) is unknown color: approx Brown Pod. HEX triplet: 46, 18 and 0A. RGB value is (70,24,10). Sum of RGB (Red+Green+Blue) = 70+24+10=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #46180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46180A is #B9E7F5. Grayscale: #242424. Windows color (decimal): -12183542 or 661574. OLE color: 661574.

HSL color Cylindrical-coordinate representation of color #46180A: hue angle of 14º 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 #46180A is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB702410-
CMYK00.660.860.73
HSL14º75%15.69%-
HSV(B)14º85.71%27.45%-
XYZ2.911.980.52-
YUV36.16113.24152.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=67.31%
G=23.08%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70241000.660.860.73147515.69
Hex4618A0425649e4b10
Octal106301201021261111611320
Binary100011011000101001000010101011010010011110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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