#461811

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

Shades of Brown Pod #461811

Tints of Brown Pod #461811

Color information

#461811 (or 0x461811) is unknown color: approx Brown Pod. HEX triplet: 46, 18 and 11. RGB value is (70,24,17). Sum of RGB (Red+Green+Blue) = 70+24+17=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461811 is #B9E7EE. Grayscale: #252525. Windows color (decimal): -12183535 or 1120326. OLE color: 1120326.

HSL color Cylindrical-coordinate representation of color #461811: hue angle of 7.92º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461811 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB702417-
CMYK00.660.760.73
HSL7.92º60.92%17.06%-
HSV(B)7.92º75.71%27.45%-
XYZ2.9520.76-
YUV36.96116.74151.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.06%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=63.06%
G=21.62%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70241700.660.760.737.9260.9217.06
Hex4618110424C4983d11
Octal10630210102114111107521
Binary100011011000100010100001010011001001001100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461811; }

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

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

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

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

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

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

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

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