#46170A

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

Shades of Brown Pod #46170A

Tints of Brown Pod #46170A

Color information

#46170A (or 0x46170A) is unknown color: approx Brown Pod. HEX triplet: 46, 17 and 0A. RGB value is (70,23,10). Sum of RGB (Red+Green+Blue) = 70+23+10=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46170A is #B9E8F5. Grayscale: #232323. Windows color (decimal): -12183798 or 661318. OLE color: 661318.

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

Color convert

RGB702310-
CMYK00.670.860.73
HSL13º75%15.69%-
HSV(B)13º85.71%27.45%-
XYZ2.891.940.51-
YUV35.57113.57152.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=67.96%
G=22.33%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70231000.670.860.73137515.69
Hex4617A0435649d4b10
Octal106271201031261111511320
Binary100011010111101001000011101011010010011101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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