#461201

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

Shades of Brown Pod #461201

Tints of Brown Pod #461201

Color information

#461201 (or 0x461201) is unknown color: approx Brown Pod. HEX triplet: 46, 12 and 01. RGB value is (70,18,1). Sum of RGB (Red+Green+Blue) = 70+18+1=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #461201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461201 is #B9EDFE. Grayscale: #1F1F1F. Windows color (decimal): -12185087 or 70214. OLE color: 70214.

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

Color convert

RGB70181-
CMYK00.740.990.73
HSL14.78º97.18%13.92%-
HSV(B)14.78º98.57%27.45%-
XYZ2.751.740.22-
YUV31.61110.73155.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 78.65%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=78.65%
G=20.22%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7018100.740.990.7314.7897.1813.92
Hex4612104A6349f61e
Octal10622101121431111714116
Binary10001101001010100101011000111001001111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461201; }

 p { color: rgb(70,18,1); }

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

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

 a { background-color: rgb(70,18,1); }

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

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

 span { border-color: rgb(70,18,1); }

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