#411104

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

Shades of Seal Brown #411104

Tints of Seal Brown #411104

Color information

#411104 (or 0x411104) is unknown color: approx Seal Brown. HEX triplet: 41, 11 and 04. RGB value is (65,17,4). Sum of RGB (Red+Green+Blue) = 65+17+4=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #411104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411104 is #BEEEFB. Grayscale: #1D1D1D. Windows color (decimal): -12513020 or 266561. OLE color: 266561.

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

Color convert

RGB65174-
CMYK00.740.940.75
HSL12.79º88.41%13.53%-
HSV(B)12.79º93.85%25.49%-
XYZ2.41.530.28-
YUV29.87113.4153.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 75.58%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 4 (1.95% from 255) = 4.65%
R=75.58%
G=19.77%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6517400.740.940.7512.7988.4113.53
Hex4111404A5E4Bd58e
Octal10121401121361131513016
Binary1000001100011000100101010111101001011110110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411104; }

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

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

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

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

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

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

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

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