#411102

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

Shades of Seal Brown #411102

Tints of Seal Brown #411102

Color information

#411102 (or 0x411102) is unknown color: approx Seal Brown. HEX triplet: 41, 11 and 02. RGB value is (65,17,2). Sum of RGB (Red+Green+Blue) = 65+17+2=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #411102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411102 is #BEEEFD. Grayscale: #1D1D1D. Windows color (decimal): -12513022 or 135489. OLE color: 135489.

HSL color Cylindrical-coordinate representation of color #411102: hue angle of 14.29º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #411102 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB65172-
CMYK00.740.970.75
HSL14.29º94.03%13.14%-
HSV(B)14.29º96.92%25.49%-
XYZ2.391.530.23-
YUV29.64112.4153.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 77.38%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=77.38%
G=20.24%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6517200.740.970.7514.2994.0313.14
Hex4111204A614Be5ed
Octal10121201121411131613615
Binary100000110001100100101011000011001011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411102; }

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

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

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

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

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

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

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

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