#411918

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

Shades of Seal Brown #411918

Tints of Seal Brown #411918

Color information

#411918 (or 0x411918) is unknown color: approx Seal Brown. HEX triplet: 41, 19 and 18. RGB value is (65,25,24). Sum of RGB (Red+Green+Blue) = 65+25+24=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #411918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411918 is #BEE6E7. Grayscale: #242424. Windows color (decimal): -12510952 or 1579329. OLE color: 1579329.

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

Color convert

RGB652524-
CMYK00.620.630.75
HSL1.46º46.07%17.45%-
HSV(B)1.46º63.08%25.49%-
XYZ2.691.891.09-
YUV36.85120.75148.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=57.02%
G=21.93%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65252400.620.630.751.4646.0717.45
Hex41191803E3F4B12e11
Octal10131300767711315621
Binary1000001110011100001111101111111001011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411918; }

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

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

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

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

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

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

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

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