#411818

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

Shades of Seal Brown #411818

Tints of Seal Brown #411818

Color information

#411818 (or 0x411818) is unknown color: approx Seal Brown. HEX triplet: 41, 18 and 18. RGB value is (65,24,24). Sum of RGB (Red+Green+Blue) = 65+24+24=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411818 is #BEE7E7. Grayscale: #242424. Windows color (decimal): -12511208 or 1579073. OLE color: 1579073.

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

Color convert

RGB652424-
CMYK00.630.630.75
HSL46.07%17.45%-
HSV(B)63.08%25.49%-
XYZ2.671.841.08-
YUV36.26121.08148.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=57.52%
G=21.24%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65242400.630.630.75046.0717.45
Hex41181803F3F4B02e11
Octal10130300777711305621
Binary1000001110001100001111111111111001011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411818; }

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

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

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

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

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

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

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

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