#411E1E

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

Shades of Seal Brown #411E1E

Tints of Seal Brown #411E1E

Color information

#411E1E (or 0x411E1E) is unknown color: approx Seal Brown. HEX triplet: 41, 1E and 1E. RGB value is (65,30,30). Sum of RGB (Red+Green+Blue) = 65+30+30=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #411E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E1E is #BEE1E1. Grayscale: #282828. Windows color (decimal): -12509666 or 1973825. OLE color: 1973825.

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

Color convert

RGB653030-
CMYK00.540.540.75
HSL36.84%18.63%-
HSV(B)53.85%25.49%-
XYZ2.882.151.49-
YUV40.47122.1145.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 30 (12.11% from 255) = 24%
R=52%
G=24%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65303000.540.540.75036.8418.63
Hex411E1E036364B02513
Octal10136360666611304523
Binary1000001111101111001101101101101001011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411E1E; }

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

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

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

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

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

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

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

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