#461709

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

Shades of Brown Pod #461709

Tints of Brown Pod #461709

Color information

#461709 (or 0x461709) is unknown color: approx Brown Pod. HEX triplet: 46, 17 and 09. RGB value is (70,23,9). Sum of RGB (Red+Green+Blue) = 70+23+9=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #461709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461709 is #B9E8F6. Grayscale: #232323. Windows color (decimal): -12183799 or 595782. OLE color: 595782.

HSL color Cylindrical-coordinate representation of color #461709: hue angle of 13.77º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461709 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB70239-
CMYK00.670.870.73
HSL13.77º77.22%15.49%-
HSV(B)13.77º87.14%27.45%-
XYZ2.881.930.48-
YUV35.46113.07152.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 68.63%
GREEN value IS 23 (9.38% from 255) = 22.55%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=68.63%
G=22.55%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7023900.670.870.7313.7777.2215.49
Hex461790435749e4df
Octal106271101031271111611517
Binary10001101011110010100001110101111001001111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461709; }

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

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

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

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

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

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

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

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