#461504

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

Shades of Brown Pod #461504

Tints of Brown Pod #461504

Color information

#461504 (or 0x461504) is unknown color: approx Brown Pod. HEX triplet: 46, 15 and 04. RGB value is (70,21,4). Sum of RGB (Red+Green+Blue) = 70+21+4=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #461504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461504 is #B9EAFB. Grayscale: #212121. Windows color (decimal): -12184316 or 267590. OLE color: 267590.

HSL color Cylindrical-coordinate representation of color #461504: hue angle of 15.45º 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 #461504 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB70214-
CMYK00.700.940.73
HSL15.45º89.19%14.51%-
HSV(B)15.45º94.29%27.45%-
XYZ2.821.850.32-
YUV33.71111.23153.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 73.68%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=73.68%
G=22.11%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7021400.700.940.7315.4589.1914.51
Hex461540465E49f59f
Octal10625401061361111713117
Binary1000110101011000100011010111101001001111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461504; }

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

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

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

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

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

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

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

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