#411004

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

Shades of Seal Brown #411004

Tints of Seal Brown #411004

Color information

#411004 (or 0x411004) is unknown color: approx Seal Brown. HEX triplet: 41, 10 and 04. RGB value is (65,16,4). Sum of RGB (Red+Green+Blue) = 65+16+4=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #411004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411004 is #BEEFFB. Grayscale: #1D1D1D. Windows color (decimal): -12513276 or 266305. OLE color: 266305.

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

Color convert

RGB65164-
CMYK00.750.940.75
HSL11.8º88.41%13.53%-
HSV(B)11.8º93.85%25.49%-
XYZ2.391.50.28-
YUV29.28113.73153.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 76.47%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=76.47%
G=18.82%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6516400.750.940.7511.888.4113.53
Hex4110404B5E4Bc58e
Octal10120401131361131413016
Binary1000001100001000100101110111101001011110010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411004; }

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

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

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

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

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

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

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

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