#461001

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

Shades of Seal Brown #461001

Tints of Seal Brown #461001

Color information

#461001 (or 0x461001) is unknown color: approx Seal Brown. HEX triplet: 46, 10 and 01. RGB value is (70,16,1). Sum of RGB (Red+Green+Blue) = 70+16+1=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #461001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461001 is #B9EFFE. Grayscale: #1E1E1E. Windows color (decimal): -12185599 or 69702. OLE color: 69702.

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

Color convert

RGB70161-
CMYK00.770.990.73
HSL13.04º97.18%13.92%-
HSV(B)13.04º98.57%27.45%-
XYZ2.721.670.21-
YUV30.44111.39156.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 80.46%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=80.46%
G=18.39%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7016100.770.990.7313.0497.1813.92
Hex4610104D6349d61e
Octal10620101151431111514116
Binary10001101000010100110111000111001001110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461001; }

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

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

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

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

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

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

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

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