#461704

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

Shades of Brown Pod #461704

Tints of Brown Pod #461704

Color information

#461704 (or 0x461704) is unknown color: approx Brown Pod. HEX triplet: 46, 17 and 04. RGB value is (70,23,4). Sum of RGB (Red+Green+Blue) = 70+23+4=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #461704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461704 is #B9E8FB. Grayscale: #232323. Windows color (decimal): -12183804 or 268102. OLE color: 268102.

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

Color convert

RGB70234-
CMYK00.670.940.73
HSL17.27º89.19%14.51%-
HSV(B)17.27º94.29%27.45%-
XYZ2.851.920.34-
YUV34.89110.57153.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.16%
GREEN value IS 23 (9.38% from 255) = 23.71%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=72.16%
G=23.71%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7023400.670.940.7317.2789.1914.51
Hex461740435E491159f
Octal10627401031361112113117
Binary10001101011110001000011101111010010011000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461704; }

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

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

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

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

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

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

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

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