#461400

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

Shades of Brown Pod #461400

Tints of Brown Pod #461400

Color information

#461400 (or 0x461400) is unknown color: approx Brown Pod. HEX triplet: 46, 14 and 00. RGB value is (70,20,0). Sum of RGB (Red+Green+Blue) = 70+20+0=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #461400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461400 is #B9EBFF. Grayscale: #202020. Windows color (decimal): -12184576 or 5190. OLE color: 5190.

HSL color Cylindrical-coordinate representation of color #461400: hue angle of 17.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #461400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB70200-
CMYK00.7110.73
HSL17.14º100%13.73%-
HSV(B)17.14º100%27.45%-
XYZ2.781.80.2-
YUV32.67109.56154.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 77.78%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.78%
G=22.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7020000.7110.7317.1410013.73
Hex4614004764491164e
Octal10624001071441112114416
Binary100011010100001000111110010010010011000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461400; }

 p { color: rgb(70,20,0); }

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

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

 a { background-color: rgb(70,20,0); }

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

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

 span { border-color: rgb(70,20,0); }

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