#460C01

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

Shades of Seal Brown #460C01

Tints of Seal Brown #460C01

Color information

#460C01 (or 0x460C01) is unknown color: approx Seal Brown. HEX triplet: 46, 0C and 01. RGB value is (70,12,1). Sum of RGB (Red+Green+Blue) = 70+12+1=83 (10% of max value = 765). Red value is 70 (27.73% from 255 or 84.34% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 70 - color contains mainly: red. Hex color #460C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460C01 is #B9F3FE. Grayscale: #1C1C1C. Windows color (decimal): -12186623 or 68678. OLE color: 68678.

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

Color convert

RGB70121-
CMYK00.830.990.73
HSL9.57º97.18%13.92%-
HSV(B)9.57º98.57%27.45%-
XYZ2.661.570.19-
YUV28.09112.72157.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 84.34%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=84.34%
G=14.46%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7012100.830.990.739.5797.1813.92
Hex46C10536349a61e
Octal10614101231431111214116
Binary1000110110010101001111000111001001101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460C01; }

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

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

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

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

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

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

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

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