#411111

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

Shades of Seal Brown #411111

Tints of Seal Brown #411111

Color information

#411111 (or 0x411111) is unknown color: approx Seal Brown. HEX triplet: 41, 11 and 11. RGB value is (65,17,17). Sum of RGB (Red+Green+Blue) = 65+17+17=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411111 is #BEEEEE. Grayscale: #1F1F1F. Windows color (decimal): -12513007 or 1118529. OLE color: 1118529.

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

Color convert

RGB651717-
CMYK00.740.740.75
HSL58.54%16.08%-
HSV(B)73.85%25.49%-
XYZ2.481.570.7-
YUV31.35119.9152-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65.66%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=65.66%
G=17.17%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65171700.740.740.75058.5416.08
Hex41111104A4A4B03b10
Octal1012121011211211307320
Binary100000110001100010100101010010101001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411111; }

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

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

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

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

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

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

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

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