#411008

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

Shades of Seal Brown #411008

Tints of Seal Brown #411008

Color information

#411008 (or 0x411008) is unknown color: approx Seal Brown. HEX triplet: 41, 10 and 08. RGB value is (65,16,8). Sum of RGB (Red+Green+Blue) = 65+16+8=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #411008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411008 is #BEEFF7. Grayscale: #1D1D1D. Windows color (decimal): -12513272 or 528449. OLE color: 528449.

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

Color convert

RGB65168-
CMYK00.750.880.75
HSL8.42º78.08%14.31%-
HSV(B)8.42º87.69%25.49%-
XYZ2.411.510.39-
YUV29.74115.73153.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.03%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=73.03%
G=17.98%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6516800.750.880.758.4278.0814.31
Hex4110804B584B84ee
Octal101201001131301131011616
Binary10000011000010000100101110110001001011100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411008; }

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

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

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

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

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

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

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

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