#460202

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

Shades of Seal Brown #460202

Tints of Seal Brown #460202

Color information

#460202 (or 0x460202) is unknown color: approx Seal Brown. HEX triplet: 46, 02 and 02. RGB value is (70,2,2). Sum of RGB (Red+Green+Blue) = 70+2+2=74 (9% of max value = 765). Red value is 70 (27.73% from 255 or 94.59% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 70 - color contains mainly: red. Hex color #460202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460202 is #B9FDFD. Grayscale: #161616. Windows color (decimal): -12189182 or 131654. OLE color: 131654.

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

Color convert

RGB7022-
CMYK00.970.970.73
HSL94.44%14.12%-
HSV(B)97.14%27.45%-
XYZ2.561.350.18-
YUV22.33116.53162-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 94.59%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=94.59%
G=2.70%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal702200.970.970.73094.4414.12
Hex4622061614905ee
Octal106220141141111013616
Binary100011010100110000111000011001001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460202; }

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

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

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

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

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

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

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

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