#411F1E

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

Shades of Seal Brown #411F1E

Tints of Seal Brown #411F1E

Color information

#411F1E (or 0x411F1E) is unknown color: approx Seal Brown. HEX triplet: 41, 1F and 1E. RGB value is (65,31,30). Sum of RGB (Red+Green+Blue) = 65+31+30=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #411F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F1E is #BEE0E1. Grayscale: #292929. Windows color (decimal): -12509410 or 1974081. OLE color: 1974081.

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

Color convert

RGB653130-
CMYK00.520.540.75
HSL1.71º36.84%18.63%-
HSV(B)1.71º53.85%25.49%-
XYZ2.92.21.5-
YUV41.05121.76145.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 31 (12.5% from 255) = 24.60%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=51.59%
G=24.60%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65313000.520.540.751.7136.8418.63
Hex411F1E034364B22513
Octal10137360646611324523
Binary10000011111111110011010011011010010111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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