#461102

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

Shades of Seal Brown #461102

Tints of Seal Brown #461102

Color information

#461102 (or 0x461102) is unknown color: approx Seal Brown. HEX triplet: 46, 11 and 02. RGB value is (70,17,2). Sum of RGB (Red+Green+Blue) = 70+17+2=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #461102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461102 is #B9EEFD. Grayscale: #1F1F1F. Windows color (decimal): -12185342 or 135494. OLE color: 135494.

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

Color convert

RGB70172-
CMYK00.760.970.73
HSL13.24º94.44%14.12%-
HSV(B)13.24º97.14%27.45%-
XYZ2.741.710.24-
YUV31.14111.56155.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 78.65%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=78.65%
G=19.10%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7017200.760.970.7313.2494.4414.12
Hex4611204C6149d5ee
Octal10621201141411111513616
Binary100011010001100100110011000011001001110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461102; }

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

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

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

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

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

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

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

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