#460702

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

Shades of Seal Brown #460702

Tints of Seal Brown #460702

Color information

#460702 (or 0x460702) is unknown color: approx Seal Brown. HEX triplet: 46, 07 and 02. RGB value is (70,7,2). Sum of RGB (Red+Green+Blue) = 70+7+2=79 (10% of max value = 765). Red value is 70 (27.73% from 255 or 88.61% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 70 - color contains mainly: red. Hex color #460702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460702 is #B9F8FD. Grayscale: #191919. Windows color (decimal): -12187902 or 132934. OLE color: 132934.

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

Color convert

RGB7072-
CMYK00.900.970.73
HSL4.41º94.44%14.12%-
HSV(B)4.41º97.14%27.45%-
XYZ2.611.460.2-
YUV25.27114.87159.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 88.61%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=88.61%
G=8.86%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707200.900.970.734.4194.4414.12
Hex467205A614945ee
Octal106720132141111413616
Binary100011011110010110101100001100100110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460702; }

 p { color: rgb(70,7,2); }

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

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

 a { background-color: rgb(70,7,2); }

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

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

 span { border-color: rgb(70,7,2); }

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